Repository: hive
Updated Branches:
  refs/heads/branch-3 3edde33d5 -> b0bc75b3c


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/b0bc75b3
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/b0bc75b3
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/b0bc75b3

Branch: refs/heads/branch-3
Commit: b0bc75b3cc4a0bca37b24a3997e09c7bbf9eee23
Parents: 3edde33
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:40:28 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/b0bc75b3/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