dcapwell commented on code in PR #4080: URL: https://github.com/apache/cassandra/pull/4080#discussion_r2038446875
########## test/unit/org/apache/cassandra/index/accord/RouteIndexTest.java: ########## @@ -130,14 +130,16 @@ public static void setUpClass() // this flag disables that flush CassandraRelevantProperties.UNSAFE_SYSTEM.setBoolean(true); + setupFileSystem(); Review Comment: this needs to happen before `DatabaseDescriptor.daemonInitialization();` else `auto` gets resolved to `direct`. We need to process `auto` on the file system the test is going to run against -- 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