Skip to content

Commit a23b2b9

Browse files
STAR-1709: Add 'Small commitlog volume detected' to acceptable error messages (#65)
1 parent b97bc5d commit a23b2b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

offline_tools_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ def _check_stderr_error(self, error):
474474
"Class JavaLaunchHelper is implemented in both",
475475
"Picked up JAVA_TOOL_OPTIONS:",
476476
# Warnings for backward compatibility should be logged CASSANDRA-15234
477+
"Small commitlog volume detected",
477478
"parameters have been deprecated. They have new names and/or value format"]
478479

479480
if len(error) > 0:

0 commit comments

Comments
 (0)