[ https://issues.apache.org/jira/browse/HIVE-14234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15378763#comment-15378763 ]
niklaus xiao commented on HIVE-14234: ------------------------------------- Tests failure not related, test exception as following: {code} Exception in thread "main" java.lang.RuntimeException: 404 Not Found at org.apache.hive.ptest.api.client.PTestClient.downloadTestResults(PTestClient.java:181) at org.apache.hive.ptest.api.client.PTestClient.testStart(PTestClient.java:129) at org.apache.hive.ptest.api.client.PTestClient.main(PTestClient.java:312) {code} > TestHiveMetaStorePartitionSpecs does not drop database created in this test > causes other test failure > ----------------------------------------------------------------------------------------------------- > > Key: HIVE-14234 > URL: https://issues.apache.org/jira/browse/HIVE-14234 > Project: Hive > Issue Type: Bug > Components: Tests > Affects Versions: 1.3.0, 2.1.0 > Reporter: niklaus xiao > Assignee: Mithun Radhakrishnan > Priority: Minor > Fix For: 1.3.0 > > Attachments: HIVE-14234.patch > > > TestHiveMetaStorePartitionSpecs creates a database named > testpartitionspecs_db, but never drop it, sometimes causes > TestObjectStore#testDatabaseOps failed: > {code} > testDatabaseOps(org.apache.hadoop.hive.metastore.TestObjectStore) Time > elapsed: 0.188 sec <<< FAILURE! > java.lang.AssertionError: expected:<2> but was:<3> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:743) > at org.junit.Assert.assertEquals(Assert.java:118) > at org.junit.Assert.assertEquals(Assert.java:555) > at org.junit.Assert.assertEquals(Assert.java:542) > at > org.apache.hadoop.hive.metastore.TestObjectStore.testDatabaseOps(TestObjectStore.java:120) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)