dcapwell commented on code in PR #3976:
URL: https://github.com/apache/cassandra/pull/3976#discussion_r1995944912
##########
test/unit/org/apache/cassandra/io/sstable/CQLSSTableWriterConcurrencyTest.java:
##########
@@ -70,6 +72,7 @@ public void testConcurrentSchemaModification() throws
InterruptedException, IOEx
File[] dataDirs = new File[nThreads];
String baseDataDir = tempFolder.newFolder().getAbsolutePath();
+ AtomicReference<String> errors = new AtomicReference<>("");
Review Comment:
what i don't get, this is passing on trunk but failing constantly on
accord... what did accord change to make this unstable?
--
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]