This is an automated email from the ASF dual-hosted git repository.
brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new a8465376f7 ninja: Add jna cleaner thread to BulkLoaderTest for
CASSANDRA-18050
a8465376f7 is described below
commit a8465376f7f6414ff373ffacad7e3e7425032496
Author: Brandon Williams <[email protected]>
AuthorDate: Sat Feb 11 13:59:28 2023 -0600
ninja: Add jna cleaner thread to BulkLoaderTest for CASSANDRA-18050
---
test/unit/org/apache/cassandra/tools/BulkLoaderTest.java | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/test/unit/org/apache/cassandra/tools/BulkLoaderTest.java
b/test/unit/org/apache/cassandra/tools/BulkLoaderTest.java
index 16bf32d2a3..fb089712a3 100644
--- a/test/unit/org/apache/cassandra/tools/BulkLoaderTest.java
+++ b/test/unit/org/apache/cassandra/tools/BulkLoaderTest.java
@@ -68,7 +68,8 @@ public class BulkLoaderTest extends OfflineToolUtils
"Shutdown-checker",
"cluster[0-9]-connection-reaper-[0-9]",
"Attach Listener",
- "process reaper"},
+ "process reaper",
+ "JNA Cleaner"},
false);
assertSchemaNotLoaded();
assertCLSMNotLoaded();
@@ -99,7 +100,8 @@ public class BulkLoaderTest extends OfflineToolUtils
"Shutdown-checker",
"cluster[0-9]-connection-reaper-[0-9]",
"Attach Listener",
- "process reaper"},
+ "process reaper",
+ "JNA Cleaner"},
false);
assertSchemaNotLoaded();
assertCLSMNotLoaded();
@@ -130,7 +132,8 @@ public class BulkLoaderTest extends OfflineToolUtils
"Shutdown-checker",
"cluster[0-9]-connection-reaper-[0-9]",
"Attach Listener",
- "process reaper"},
+ "process reaper",
+ "JNA Cleaner"},
false);
assertSchemaNotLoaded();
assertCLSMNotLoaded();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]