This is an automated email from the ASF dual-hosted git repository.

kturner pushed a commit to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/elasticity by this push:
     new bdf22da852 removes duplicate code in FateIT
bdf22da852 is described below

commit bdf22da852f8f2f5177de1ace95974901e636a7f
Author: Keith Turner <ktur...@apache.org>
AuthorDate: Thu Dec 14 18:00:36 2023 -0500

    removes duplicate code in FateIT
---
 test/src/main/java/org/apache/accumulo/test/fate/zookeeper/FateIT.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/test/src/main/java/org/apache/accumulo/test/fate/zookeeper/FateIT.java 
b/test/src/main/java/org/apache/accumulo/test/fate/zookeeper/FateIT.java
index b7ae2a13ad..8ba43996a7 100644
--- a/test/src/main/java/org/apache/accumulo/test/fate/zookeeper/FateIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/fate/zookeeper/FateIT.java
@@ -280,7 +280,6 @@ public class FateIT {
       Wait.waitFor(() -> IN_PROGRESS == getTxStatus(zk, txid));
       // This is false because the transaction runner has reserved the FaTe
       // transaction.
-      Wait.waitFor(() -> IN_PROGRESS == getTxStatus(zk, txid));
       assertFalse(fate.cancel(txid));
       callStarted.await();
       finishCall.countDown();

Reply via email to