Thejas M Nair created HIVE-4542: ----------------------------------- Summary: TestJdbcDriver2.testMetaDataGetSchemas fails because of unexpected database Key: HIVE-4542 URL: https://issues.apache.org/jira/browse/HIVE-4542 Project: Hive Issue Type: Bug Affects Versions: 0.12.0 Reporter: Thejas M Nair Assignee: Thejas M Nair
The check for database name in TestJdbcDriver2.testMetaDataGetSchemas fails with the error - {code} junit.framework.ComparisonFailure: expected:<...efault> but was:<...bname> {code} 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. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira