This is an automated email from the ASF dual-hosted git repository.
dcapwell pushed a commit to branch cassandra-5.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-5.0 by this push:
new d828cd0228 Test failure:
org.apache.cassandra.repair.ConcurrentIrWithPreviewFuzzTest
d828cd0228 is described below
commit d828cd0228143438590f3aaa4e2c7d3c03bd66d8
Author: David Capwell <[email protected]>
AuthorDate: Mon Oct 2 14:39:34 2023 -0700
Test failure: org.apache.cassandra.repair.ConcurrentIrWithPreviewFuzzTest
patch by David Capwell; reviewed by Caleb Rackliffe for CASSANDRA-18890
---
.../org/apache/cassandra/repair/ConcurrentIrWithPreviewFuzzTest.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/test/unit/org/apache/cassandra/repair/ConcurrentIrWithPreviewFuzzTest.java
b/test/unit/org/apache/cassandra/repair/ConcurrentIrWithPreviewFuzzTest.java
index e2c3fb6893..eef13dc8b6 100644
--- a/test/unit/org/apache/cassandra/repair/ConcurrentIrWithPreviewFuzzTest.java
+++ b/test/unit/org/apache/cassandra/repair/ConcurrentIrWithPreviewFuzzTest.java
@@ -18,7 +18,6 @@
package org.apache.cassandra.repair;
-import java.time.Duration;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.TimeUnit;
@@ -43,7 +42,7 @@ public class ConcurrentIrWithPreviewFuzzTest extends
FuzzTestBase
{
// to avoid unlucky timing issues, retry until success; given enough
retries we should eventually become success
DatabaseDescriptor.getRepairRetrySpec().maxAttempts = new
RetrySpec.MaxAttempt(Integer.MAX_VALUE);
-
qt().withPure(false).withExamples(2).withTimeout(Duration.ofMinutes(1)).check(rs
-> {
+ qt().withPure(false).withExamples(1).check(rs -> {
Cluster cluster = new Cluster(rs);
enableMessageFaults(cluster);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]