Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.12.0
-
None
-
None
Description
The check for database name in TestJdbcDriver2.testMetaDataGetSchemas fails with the error -
junit.framework.ComparisonFailure: expected:<...efault> but was:<...bname>
ie, a database called dbname is found, which it does not expect. This failure will happen depending on the order in which the function get the databases, if "default" database is the first one, it succeeds.