You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2021/03/26 08:42:27 UTC

[cassandra-dtest] branch trunk updated: Remove flaky annotation from `test_resumable_rebuild` and add ignore-log pattern.

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

mck 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 a4186ad  Remove flaky annotation from `test_resumable_rebuild` and add ignore-log pattern.
a4186ad is described below

commit a4186ad83ec1c42c8b0086865f6da80408f9ece4
Author: Gianluca Righetto <gi...@menttis.com>
AuthorDate: Mon Mar 22 03:40:43 2021 -0300

    Remove flaky annotation from `test_resumable_rebuild` and add ignore-log pattern.
    
     patch by Gianluca Righetto; reviewed by Ekaterina Dimitrova, Mick Semb Wever, Zhao Yang for CASSANDRA-15892
---
 rebuild_test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rebuild_test.py b/rebuild_test.py
index 8e662f0..3fe8200 100644
--- a/rebuild_test.py
+++ b/rebuild_test.py
@@ -141,7 +141,6 @@ class TestRebuild(Tester):
         for i in range(0, keys):
             query_c1c2(session, i, ConsistencyLevel.LOCAL_ONE)
 
-    @flaky
     @since('2.2')
     def test_resumable_rebuild(self):
         """
@@ -154,7 +153,8 @@ class TestRebuild(Tester):
             r'Streaming error occurred on session with peer 127.0.0.3',
             r'Remote peer 127.0.0.3 failed stream session',
             r'Streaming error occurred on session with peer 127.0.0.3:7000',
-            r'Remote peer 127.0.0.3:7000 failed stream session'
+            r'Remote peer 127.0.0.3:7000 failed stream session',
+            r'Stream receive task .* already finished'
         ]
 
         cluster = self.cluster

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