From 102e00a259ba174be8042b65f2be868be64b0977 Mon Sep 17 00:00:00 2001 From: Abhijat Malviya Date: Wed, 22 May 2024 12:43:53 +0530 Subject: [PATCH] DNM-testing-error-logs --- tests/rptest/tests/e2e_shadow_indexing_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/rptest/tests/e2e_shadow_indexing_test.py b/tests/rptest/tests/e2e_shadow_indexing_test.py index 18dd2c1b3e116..40228a7f7486a 100644 --- a/tests/rptest/tests/e2e_shadow_indexing_test.py +++ b/tests/rptest/tests/e2e_shadow_indexing_test.py @@ -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())