You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2020/09/21 21:22:44 UTC

[cassandra-dtest] branch master updated: Additional expected error in repair test

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3f34166  Additional expected error in repair test
3f34166 is described below

commit 3f34166bbeeac179acdf4874785435ae7442fd77
Author: Adam Holmberg <ad...@datastax.com>
AuthorDate: Mon Sep 21 15:38:02 2020 -0500

    Additional expected error in repair test
    
    Patch by Adam Holmberg, reviewed by brandonwilliams for CASSANDRA-15963
---
 repair_tests/repair_test.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/repair_tests/repair_test.py b/repair_tests/repair_test.py
index fba0938..5faaf76 100644
--- a/repair_tests/repair_test.py
+++ b/repair_tests/repair_test.py
@@ -1176,6 +1176,7 @@ class TestRepair(BaseRepairTest):
             self.ignore_log_patterns.append("Socket closed before session completion")
             self.ignore_log_patterns.append("is finished with state FAILED")
             self.ignore_log_patterns.append("stream has been closed")
+            self.ignore_log_patterns.append("stream operation from .* failed")
 
         # Disable hinted handoff and set batch commit log so this doesn't
         # interfere with the test (this must be after the populate)


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