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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]