Skip to content

Commit

Permalink
tests: fixed random node operations log allowed list
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Maslanka <michal@redpanda.com>
  • Loading branch information
mmaslankaprv committed Nov 20, 2023
1 parent 8390040 commit f459b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/rptest/tests/random_node_operations_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
from rptest.clients.offline_log_viewer import OfflineLogViewer

TS_LOG_ALLOW_LIST = [
re.compile("archival_stm.*Replication wait for archival STM timed out"),
re.compile(".*archival_metadata_stm.*Replication wait for archival STM timed out"),
# topic deletion may happen before data were uploaded
re.compile("cloud_storage.*Failed to fetch manifest during finalize().*")
re.compile(".*cloud_storage.*Failed to fetch manifest during finalize().*")
]


Expand Down

0 comments on commit f459b2d

Please sign in to comment.