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 cfd6583e Ignore new streaming error in TestPreJoinCallback.test_resume
cfd6583e is described below
commit cfd6583e94ac76bee3a3181cf52a0ce8233e016d
Author: Brandon Williams <[email protected]>
AuthorDate: Tue Oct 10 12:49:10 2023 -0500
Ignore new streaming error in TestPreJoinCallback.test_resume
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18849
---
secondary_indexes_test.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/secondary_indexes_test.py b/secondary_indexes_test.py
index 4eff287d..c5d5c792 100644
--- a/secondary_indexes_test.py
+++ b/secondary_indexes_test.py
@@ -1174,7 +1174,8 @@ class TestPreJoinCallback(Tester):
r'\[Stream.*\] Streaming error occurred',
r'\[Stream.*\] Remote peer 127.0.0.\d failed stream session',
r'\[Stream.*\] Remote peer /127.0.0.\d:7000 failed stream session',
- r'Error while waiting on bootstrap to complete. Bootstrap will
have to be restarted.'
+ r'Error while waiting on bootstrap to complete. Bootstrap will
have to be restarted.',
+ r'peer 127.0.0.1:7000 is probably down'
]
def _base_test(self, joinFn):
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]