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 8cb278e2 Ignore closed channel exception in gossip_test
8cb278e2 is described below

commit 8cb278e2cd0fd9979334090d940f91e9ec60c17a
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Wed May 8 08:57:30 2024 -0500

    Ignore closed channel exception in gossip_test
    
    Patch by brandonwilliams; reviewed by mck for CASSANDRA-19621
---
 gossip_test.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gossip_test.py b/gossip_test.py
index dad0f825..9f5e3a09 100644
--- a/gossip_test.py
+++ b/gossip_test.py
@@ -85,6 +85,8 @@ class TestGossip(Tester):
                                         binary_interface=(address, 9042))
 
     def _start_nodes_in_parallel(self, nodelist):
+        self.fixture_dtest_setup.ignore_log_patterns = 
[r'java.nio.channels.ClosedChannelException']
+
         for node in nodelist:
             node.start(no_wait=True)
 


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

Reply via email to