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 3b4e665ba4a894b4ccb75c829070fd7b1f6c4985 Author: Jacek Lewandowski <[email protected]> AuthorDate: Thu Nov 3 16:29:56 2022 +0100 STAR-1709: Add 'Small commitlog volume detected' to acceptable error messages (#65) (cherry picked from commit a23b2b93b9e487a3836380af6a55a0d7285ab260) (cherry picked from commit 34ced4f1f23e07a31dfadbc7c1a34c7fa9b26b24) --- offline_tools_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/offline_tools_test.py b/offline_tools_test.py index e69786ea..81bbec0d 100644 --- a/offline_tools_test.py +++ b/offline_tools_test.py @@ -471,6 +471,7 @@ class TestOfflineTools(Tester): "Class JavaLaunchHelper is implemented in both", "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"] if len(error) > 0: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
