zratkai commented on code in PR #4690:
URL: https://github.com/apache/hive/pull/4690#discussion_r1343782363


##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/txn/compactor/TestCrudCompactorOnTez.java:
##########
@@ -146,7 +146,7 @@ private void 
testRebalanceCompactionWithParallelDeleteAsSecond(boolean optimisti
       }
       aborted = true;
       Assert.assertEquals(e.getCause().getClass(), LockException.class);
-      Assert.assertEquals(e.getCauseMessage(), "Transaction manager has 
aborted the transaction txnid:21.  Reason: Aborting [txnid:21,24] due to a 
write conflict on default/rebalance_test committed by [txnid:20,24] d/u");
+      Assert.assertEquals( "Transaction manager has aborted the transaction 
txnid:21.  Reason: Aborting [txnid:21,24] due to a write conflict on 
default/rebalance_test committed by [txnid:20,24] d/u", e.getCauseMessage());

Review Comment:
   I can understand your point, but the build environment is really unstable, 
and I do not want to risk a failed build because of this change.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to