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


##########
test/unit/org/apache/cassandra/repair/FuzzTestBase.java:
##########
@@ -278,6 +282,12 @@ public void setupSchema()
         createSchema();
     }
 
+    protected void cleanupRepairTables()
+    {
+        for (String table : Arrays.asList(SystemKeyspace.REPAIRS))

Review Comment:
   IR keeps trying to load the system table, which can slow down the tests... 
so added this as a work around... it would be great if storage could be 
isolated and wasn't global state =(



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