dcapwell commented on code in PR #3656:
URL: https://github.com/apache/cassandra/pull/3656#discussion_r1828448957
##########
test/distributed/org/apache/cassandra/fuzz/topology/TopologyMixupTestBase.java:
##########
@@ -322,7 +371,7 @@ protected void destroyState(State<S> state, @Nullable
Throwable cause) throws Th
@Test
public void test()
{
- Property.StatefulBuilder statefulBuilder =
stateful().withSteps(20).withStepTimeout(Duration.ofMinutes(2)).withExamples(1);
+ Property.StatefulBuilder statefulBuilder =
stateful().withSteps(20).withStepTimeout(Duration.ofMinutes(3)).withExamples(1);
Review Comment:
some startup tasks were hitting this often... moving to 3m made the test
more stable... why a cluster with 10 writes needs 2 minutes to startup was not
solved... but there are def existing issues making it slow (such as nodes retry
spamming loading range transactions without making progress...)
--
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]