This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git


The following commit(s) were added to refs/heads/trunk by this push:
     new dad3e86d Ignore new error from CASSANDRA-17805 when attempting to 
replace a live node
dad3e86d is described below

commit dad3e86dfe73ae1ba4aa5a23cf8194bed3f46322
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Mon Aug 22 11:09:48 2022 -0500

    Ignore new error from CASSANDRA-17805 when attempting to replace a live node
    
    Patch by brandonwilliams; reviewed by dcapwell and frankgh for
    CASSANDRA-17847
---
 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 995ea033..bab39103 100644
--- a/replace_address_test.py
+++ b/replace_address_test.py
@@ -299,7 +299,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'Exception encountered during startup', r'Unable to replace node 
for token']
 
         self._setup(n=3)
         self._do_replace(wait_for_binary_proto=False)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to