Skip to content

Commit

Permalink
DNM-testing-error-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijat committed May 22, 2024
1 parent 5ef2018 commit 102e00a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/rptest/tests/e2e_shadow_indexing_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,8 @@ def setUp(self):
@cluster(num_nodes=8,
log_allow_list=[
r"failed to hydrate chunk.*Connection reset by peer",
r"failed to hydrate chunk.*NotFound"
r"failed to hydrate chunk.*NotFound",
r"test",
])
@matrix(short_retention=[False, True],
cloud_storage_type=get_cloud_storage_type())
Expand Down

0 comments on commit 102e00a

Please sign in to comment.