Repository: hive
Updated Branches:
  refs/heads/master 823aadad5 -> 913911b86


HIVE-19315 - Test failure 
org.apache.hadoop.hive.ql.lockmgr.TestDbTxnManager2#testWriteSetTracking3 
(Eugene Koifman, reviewed by Jason Dere)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/913911b8
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/913911b8
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/913911b8

Branch: refs/heads/master
Commit: 913911b8659ac443bff1f583318eed7e0a9a8025
Parents: 823aada
Author: Eugene Koifman <ekoif...@apache.org>
Authored: Thu Apr 26 10:38:20 2018 -0700
Committer: Eugene Koifman <ekoif...@apache.org>
Committed: Thu Apr 26 10:38:33 2018 -0700

----------------------------------------------------------------------
 .../test/org/apache/hadoop/hive/ql/lockmgr/TestDbTxnManager2.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/913911b8/ql/src/test/org/apache/hadoop/hive/ql/lockmgr/TestDbTxnManager2.java
----------------------------------------------------------------------
diff --git 
a/ql/src/test/org/apache/hadoop/hive/ql/lockmgr/TestDbTxnManager2.java 
b/ql/src/test/org/apache/hadoop/hive/ql/lockmgr/TestDbTxnManager2.java
index 3c2f9d4..9c32dd5 100644
--- a/ql/src/test/org/apache/hadoop/hive/ql/lockmgr/TestDbTxnManager2.java
+++ b/ql/src/test/org/apache/hadoop/hive/ql/lockmgr/TestDbTxnManager2.java
@@ -992,7 +992,7 @@ public class TestDbTxnManager2 {
     Assert.assertTrue("Didn't get exception", expectedException != null);
     Assert.assertEquals("Got wrong message code", ErrorMsg.TXN_ABORTED, 
expectedException.getCanonicalErrorMsg());
     Assert.assertEquals("Exception msg didn't match",
-      "Aborting [txnid:"+txnId2+","+txnId2+"] due to a write conflict on 
default/TAB_PART/p=blah committed by [txnid:"+txnId+","+txnId2+"] u/u",
+      "Aborting [txnid:"+txnId2+","+txnId2+"] due to a write conflict on 
default/tab_part/p=blah committed by [txnid:"+txnId+","+txnId2+"] u/u",
       expectedException.getCause().getMessage());
   }
   /**

Reply via email to