tolbertam commented on code in PR #4139:
URL: https://github.com/apache/cassandra/pull/4139#discussion_r2074024047


##########
test/distributed/org/apache/cassandra/distributed/test/repair/AutoRepairSchedulerDisallowParallelReplicaRepairAcrossSchedulesTest.java:
##########
@@ -114,7 +115,8 @@ public void testScheduler()
         cluster.forEach(i -> i.runOnInstance(() -> {
             // Expect contention on incremental repair across schedules
             AutoRepairMetrics incrementalMetrics = 
AutoRepairMetricsManager.getMetrics(AutoRepairConfig.RepairType.INCREMENTAL);
-            Util.spinAssert("AutoRepair has not observed any replica 
contention in INCREMENTAL repair",
+            Util.spinAssert(String.format("%s: AutoRepair has not observed any 
replica contention in INCREMENTAL repair",

Review Comment:
   :+1: nice thanks for adding this!



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