You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/04/09 21:21:53 UTC

[GitHub] [accumulo] EdColeman commented on a change in pull request #1082: Improve FateConcurrencyIT to reduce transient test errors (Issue #1079).

EdColeman commented on a change in pull request #1082: Improve FateConcurrencyIT to reduce transient test errors (Issue #1079).
URL: https://github.com/apache/accumulo/pull/1082#discussion_r273710115
 
 

 ##########
 File path: test/src/main/java/org/apache/accumulo/test/functional/FateConcurrencyIT.java
 ##########
 @@ -220,7 +225,15 @@ public void getFateStatus() {
 
     Future<?> compactTask = startCompactTask();
 
-    assertTrue("compaction fate transaction exits", findFate(tableName));
+    try {
+
+      assertTrue("compaction fate transaction exits", findFate(tableName));
 
 Review comment:
   I'll incorporate both suggestions and push changes in near future.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services