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 b393768d3b21a2da00a4b8d4f4cc29eac4ecb9a4 Author: Sam Tunnicliffe <[email protected]> AuthorDate: Thu Nov 9 20:28:02 2023 +0000 [CEP-21] Add expected error when attempting to replace a live node --- replace_address_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/replace_address_test.py b/replace_address_test.py index fcaa321e..4eefadd5 100644 --- a/replace_address_test.py +++ b/replace_address_test.py @@ -316,7 +316,7 @@ class TestReplaceAddress(BaseReplaceAddressTest): @pytest.mark.resource_intensive def test_replace_active_node(self): self.fixture_dtest_setup.ignore_log_patterns = list(self.fixture_dtest_setup.ignore_log_patterns) + [ - r'Exception encountered during startup', r'Unable to replace node for token'] + r'Exception encountered during startup', r'Unable to replace node for token', r'Unable to replace live node /127.0.0.3:7000'] self._setup(n=3) self._do_replace(wait_for_binary_proto=False) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
