Skip to content

Commit

Permalink
Add failed stream session message from peer to ignored log patterns
Browse files Browse the repository at this point in the history
patch by Caleb Rackliffe; reviewed by David Capwell for CASSANDRA-17541
  • Loading branch information
maedhroz committed Apr 14, 2022
1 parent 029e190 commit 4ef1290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repair_tests/repair_test.py
Expand Up @@ -1266,7 +1266,8 @@ def _test_failure_during_repair(self, phase, initiator=False):
"Repair session .* for range .* failed with error",
"Sync failed between .* and .*",
"failed to send a stream message/file to peer",
"failed to send a stream message/data to peer"
"failed to send a stream message/data to peer",
"Remote peer .* failed stream session"
]

# stream session will be closed upon EOF, see CASSANDRA-15666
Expand Down

0 comments on commit 4ef1290

Please sign in to comment.