[ https://issues.apache.org/jira/browse/HIVE-19315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eugene Koifman resolved HIVE-19315. ----------------------------------- Resolution: Fixed Fix Version/s: 3.0.0 Release Note: n/a committed to branch-3/master thanks Jason for the review > Test failure > org.apache.hadoop.hive.ql.lockmgr.TestDbTxnManager2#testWriteSetTracking3 > -------------------------------------------------------------------------------------- > > Key: HIVE-19315 > URL: https://issues.apache.org/jira/browse/HIVE-19315 > Project: Hive > Issue Type: Bug > Components: Test, Tests, Transactions > Affects Versions: 3.1.0 > Reporter: Pravin Dsilva > Assignee: Eugene Koifman > Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-19315.01.patch > > > *Error Message* > {code:java} > Exception msg didn't match expected:<...conflict on default/[TAB_PART]/p=blah > committed by...> but was:<...conflict on default/[tab_part]/p=blah committed > by...> > {code} > *Stacktrace* > {code:java} > [INFO] ------------------------------------------------------- > [INFO] T E S T S > [INFO] ------------------------------------------------------- > [INFO] Running org.apache.hadoop.hive.ql.lockmgr.TestDbTxnManager2 > [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: > 22.704 s <<< FAILURE! - in org.apache.hadoop.hive.ql.lockmgr.TestDbTxnManager2 > [ERROR] > testWriteSetTracking3(org.apache.hadoop.hive.ql.lockmgr.TestDbTxnManager2) > Time elapsed: 19.501 s <<< FAILURE! > org.junit.ComparisonFailure: Exception msg didn't match expected:<...conflict > on default/[TAB_PART]/p=blah committed by...> but was:<...conflict on > default/[tab_part]/p=blah committed by...> > at org.junit.Assert.assertEquals(Assert.java:115) > at > org.apache.hadoop.hive.ql.lockmgr.TestDbTxnManager2.testWriteSetTracking3(TestDbTxnManager2.java:994) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)