Skip to content

Commit

Permalink
tests: add can't add segment to log allow list
Browse files Browse the repository at this point in the history
The error may happen as a natural consequence of a race condition
between two segments uploads. It shouldn't make the tests to fail

Signed-off-by: Michal Maslanka <michal@redpanda.com>
  • Loading branch information
mmaslankaprv committed Aug 25, 2023
1 parent bffcf98 commit c67fd3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/rptest/tests/cloud_storage_timing_stress_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ def test_cloud_storage(self, cleanup_policy):
r"Error in hydraton loop: .*Connection reset by peer",
r"failed to hydrate chunk.*Connection reset by peer",
r"failed to hydrate chunk.*NotFound",
r"cluster.*Can't add segment",
])
@parametrize(cleanup_policy="delete")
@parametrize(cleanup_policy="compact,delete")
Expand Down

0 comments on commit c67fd3f

Please sign in to comment.