Github user jasobrown commented on a diff in the pull request:
https://github.com/apache/cassandra-dtest/pull/15#discussion_r159245209
--- Diff: rebuild_test.py ---
@@ -140,7 +140,9 @@ def resumable_rebuild_test(self):
"""
self.ignore_log_patterns = list(self.ignore_log_patterns) +
[r'Error while rebuilding node',
r'Streaming error occurred on session with peer 127.0.0.3',
-
r'Remote peer 127.0.0.3 failed stream session']
+
r'Remote peer 127.0.0.3 failed stream session',
+
r'Streaming error occurred on session with peer 127.0.0.3:7000',
--- End diff --
how will this work if we use a single (network) interface? or configurable
ports? is it best to get the address of node3 and plug that into the patterns,
or is that opening up a large can of worms?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]