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 e86a767a Ignore new streaming error in test_resumable_rebuild
e86a767a is described below

commit e86a767ab82acd02322ad2004eb738e6df5f35b2
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Mon Sep 18 09:13:52 2023 -0500

    Ignore new streaming error in test_resumable_rebuild
    
    Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18856
---
 rebuild_test.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/rebuild_test.py b/rebuild_test.py
index 48e64e84..776e2b99 100644
--- a/rebuild_test.py
+++ b/rebuild_test.py
@@ -29,7 +29,9 @@ class TestRebuild(Tester):
             r'Exception encountered during startup',
             r'Streaming error occurred',
             # ignore streaming error during resumable tests
-            r'peer 127.0.0.3:7000 is probably down'
+            r'peer 127.0.0.3:7000 is probably down',
+            r'Error while reading sstable from stream',
+            r'failed to send a stream message/data to peer /127.0.0.2:7000'
         )
 
     def test_simple_rebuild(self):


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

Reply via email to