Skip to content

Commit

Permalink
Merge pull request #4753 from jcsp/tests-fix-no-such-file
Browse files Browse the repository at this point in the history
tests: fix BadLogLines for "No such file" messages
  • Loading branch information
jcsp committed May 16, 2022
2 parents afb2bd7 + 9412d36 commit f75ceed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/rptest/services/redpanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,8 +1029,6 @@ def raise_on_bad_logs(self, allow_list=None):
):
line = line.strip()

assert "No such file or directory" not in line

allowed = False
for a in allow_list:
if a.search(line) is not None:
Expand Down

0 comments on commit f75ceed

Please sign in to comment.