This is an automated email from the ASF dual-hosted git repository.

jlewandowski pushed a commit to branch ds-trunk-5.0--2024-07-24
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git

commit 4a64d1c27992c9885d6247da1ad60ed7c15d2356
Author: Brandon Williams <[email protected]>
AuthorDate: Tue Jul 23 13:23:10 2024 -0500

    CC5 fix test_sstablelevelreset
---
 offline_tools_test.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/offline_tools_test.py b/offline_tools_test.py
index 1d65349d..cf319395 100644
--- a/offline_tools_test.py
+++ b/offline_tools_test.py
@@ -472,7 +472,8 @@ class TestOfflineTools(Tester):
                       "Picked up JAVA_TOOL_OPTIONS:",
                       # Warnings for backward compatibility should be logged 
CASSANDRA-15234
                       "Small commitlog volume detected",
-                      "parameters have been deprecated. They have new names 
and/or value format"]
+                      "parameters have been deprecated. They have new names 
and/or value format",
+                      "Unable to determine block size for commit log 
directory: null"]
 
         if len(error) > 0:
             for line in error.splitlines():


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to