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

dcapwell pushed a commit to branch CASSANDRA-18804
in repository https://gitbox.apache.org/repos/asf/cassandra-accord.git

commit f7f64aa679706b03376b464a001f2c2e4ec9aa76
Author: David Capwell <[email protected]>
AuthorDate: Tue Nov 28 15:18:21 2023 -0800

    removed while true in burn test
---
 accord-core/src/test/java/accord/burn/BurnTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/accord-core/src/test/java/accord/burn/BurnTest.java 
b/accord-core/src/test/java/accord/burn/BurnTest.java
index 722d2657..ca247e9f 100644
--- a/accord-core/src/test/java/accord/burn/BurnTest.java
+++ b/accord-core/src/test/java/accord/burn/BurnTest.java
@@ -456,7 +456,6 @@ public class BurnTest
     @Timeout(value = 3, unit = TimeUnit.MINUTES)
     public void testOne()
     {
-        while (true)
         run(ThreadLocalRandom.current().nextLong(), 1000);
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to