Merge branch 'cassandra-4.0' into cassandra-4.1

* cassandra-4.0:
  Fix flaky test org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1
This commit is contained in:
Ekaterina Dimitrova 2024-01-10 13:17:09 -05:00
commit dc6afb0cf3
1 changed files with 3 additions and 1 deletions

View File

@ -93,7 +93,9 @@ public class BulkLoaderTest extends OfflineToolUtils
"globalEventExecutor-[1-9]-[1-9]",
"globalEventExecutor-[1-9]-[1-9]",
"Shutdown-checker",
"cluster[0-9]-connection-reaper-[0-9]" });
"cluster[0-9]-connection-reaper-[0-9]",
// the driver isn't expected to terminate threads on close synchronously (CASSANDRA-19000)
"cluster[0-9]-nio-worker-[0-9]" });
assertSchemaNotLoaded();
assertCLSMNotLoaded();
assertSystemKSNotLoaded();