smiklosovic commented on code in PR #221:
URL: https://github.com/apache/cassandra-dtest/pull/221#discussion_r1233239685
##########
topology_test.py:
##########
@@ -476,6 +478,8 @@ def test_stop_decommission_too_few_replicas_multi_dc(self):
@jira_ticket CASSANDRA-12510
@expected_errors ToolError when # nodes will drop below configured
replicas in NTS/SimpleStrategy
"""
+ self.fixture_dtest_setup.ignore_log_patterns = (r'.*Not enough live
nodes to maintain replication factor*')
Review Comment:
We need to ignore this in logs, it is a legitimate log to skip as we are
testing this scenario but without it, the node would stop suddenly because
internal scanning of the logs by dtest framework would falsely evaluated that
node to be eligible for termination.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]