dcapwell commented on code in PR #4322:
URL: https://github.com/apache/cassandra/pull/4322#discussion_r2283275903


##########
test/distributed/org/apache/cassandra/distributed/test/accord/AccordTestBase.java:
##########
@@ -221,6 +221,7 @@ protected void test(List<String> ddls, 
FailingConsumer<Cluster> fn) throws Excep
     {
         for (String ddl : ddls)
             SHARED_CLUSTER.schemaChange(ddl);
+        ClusterUtils.waitForCMSToQuiesce(SHARED_CLUSTER, 
ClusterUtils.maxEpoch(SHARED_CLUSTER));

Review Comment:
   When the schema change happens we now wait for all nodes to agree rather 
than have quorum which could lead to flakey tests



-- 
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]

Reply via email to