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.