maedhroz commented on code in PR #2660:
URL: https://github.com/apache/cassandra/pull/2660#discussion_r1319099287
##########
test/distributed/org/apache/cassandra/distributed/test/RepairRequestTimeoutTest.java:
##########
@@ -45,7 +45,9 @@ public class RepairRequestTimeoutTest extends TestBaseImpl
public static void setup() throws IOException
{
CLUSTER = init(Cluster.build(3)
- .withConfig(config -> config.with(GOSSIP,
NETWORK).set("repair_request_timeout_in_ms", timeoutMillis))
+ .withConfig(config -> config.with(GOSSIP,
NETWORK)
+
.set("repair_request_timeout_in_ms", timeoutMillis)
+
.set("repair.retries.max_attempts", 1))
Review Comment:
Aiming to make this test less flaky?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]