From a23b2b93b9e487a3836380af6a55a0d7285ab260 Mon Sep 17 00:00:00 2001 From: Jacek Lewandowski <6516951+jacek-lewandowski@users.noreply.github.com> Date: Thu, 3 Nov 2022 16:29:56 +0100 Subject: [PATCH] STAR-1709: Add 'Small commitlog volume detected' to acceptable error messages (#65) --- offline_tools_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/offline_tools_test.py b/offline_tools_test.py index a4d0f0d645..b9989ad2db 100644 --- a/offline_tools_test.py +++ b/offline_tools_test.py @@ -474,6 +474,7 @@ def _check_stderr_error(self, error): "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: