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 4a30df57 Ignore streaming error for resumable decom
4a30df57 is described below

commit 4a30df57ca2751516c517de550a67bdafc2e9c07
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Thu Sep 7 10:20:25 2023 -0500

    Ignore streaming error for resumable decom
    
    Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18828
---
 topology_test.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/topology_test.py b/topology_test.py
index d32cb169..4f1ffbee 100644
--- a/topology_test.py
+++ b/topology_test.py
@@ -218,7 +218,8 @@ class TestTopology(Tester):
         self.fixture_dtest_setup.ignore_log_patterns = [r'Streaming error 
occurred',
                                                         r'Error while 
decommissioning node',
                                                         r'Remote peer 
127.0.0.2 failed stream session',
-                                                        r'Remote peer 
\/?127.0.0.2:7000 failed stream session']
+                                                        r'Remote peer 
\/?127.0.0.2:7000 failed stream session',
+                                                        r'peer 127.0.0.2:7000 
is probably down',]
         cluster = self.cluster
         
cluster.set_configuration_options(values={'stream_throughput_outbound_megabits_per_sec':
 1})
         cluster.populate(3, install_byteman=True).start()


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

Reply via email to