mirror of https://github.com/apache/cassandra
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:
commit
dc6afb0cf3
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue