This is an automated email from the ASF dual-hosted git repository. samt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
commit a57d93bff5052cbb0e1bf21666b0adaba93b240b Author: Sam Tunnicliffe <[email protected]> AuthorDate: Tue Jun 6 14:10:01 2023 +0100 [CEP-21] Additional expected warnings from command line tools --- tools/assertions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/assertions.py b/tools/assertions.py index 78fd4444..ea3f932c 100644 --- a/tools/assertions.py +++ b/tools/assertions.py @@ -301,7 +301,8 @@ def assert_stderr_clean(err, acceptable_errors=None): "Picked up JAVA_TOOL_OPTIONS:.*", # Warnings for backward compatibility should be logged CASSANDRA-15234 ".*parameters have been deprecated. They have new names and/or value format; " - + "For more information, please refer to NEWS.txt*"] + + "For more information, please refer to NEWS.txt*", + ".*Error while computing token map for keyspace cluster_metadata with datacenter .*"] regex_str = r"^({}|\s*|\n)*$".format("|".join(acceptable_errors)) err_str = err.strip() --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
