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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org