You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current error parameter in validateTableName can not throw exception in case of A.A.A, see testParseSingleBdNameAndTableNameWithError and testParseSingleBdNameAndTableNameWithError2.
To Reproduce
Steps to reproduce the behavior:
Go to TableNameCollectorTest
Dubug on testParseSingleBdNameAndTableNameWithError
You will find no exception throw, I think it's not as expected.
Expected behavior
Throw exception.
Actual behavior
No exception. Because there is no exception, so it pass these two tests luckily.
The text was updated successfully, but these errors were encountered:
IcePigZDB
changed the title
testParseSingleBdNameAndTableNameWithError in tableNameCollectorTest is not correct
[BUG] testParseSingleBdNameAndTableNameWithError in tableNameCollectorTest is not correct
Jul 11, 2022
IcePigZDB
changed the title
[BUG] testParseSingleBdNameAndTableNameWithError in tableNameCollectorTest is not correct
[BUG] testParseSingleBdNameAndTableNameWithError in tableNameCollectorTest is not as expected
Jul 11, 2022
IcePigZDB
pushed a commit
to IcePigZDB/Quicksql
that referenced
this issue
Jul 11, 2022
Versions
eg: 99b77fb
Describe the bug
Current error parameter in
validateTableName
can not throw exception in case ofA.A.A
, seetestParseSingleBdNameAndTableNameWithError
andtestParseSingleBdNameAndTableNameWithError2
.To Reproduce
Steps to reproduce the behavior:
TableNameCollectorTest
testParseSingleBdNameAndTableNameWithError
Expected behavior
Throw exception.
Actual behavior
No exception. Because there is no exception, so it pass these two tests luckily.
Additional context
A.A.A
#279.The text was updated successfully, but these errors were encountered: