Skip to content

Commit

Permalink
rptest: allow the new version of xfs/ext4 fs error msg
Browse files Browse the repository at this point in the history
Changed in redpanda-data#13496

(cherry picked from commit 31ddb2d)
  • Loading branch information
nvartolomei authored and vbotbuildovich committed Dec 22, 2023
1 parent 7db730e commit 34f552b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/rptest/services/redpanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
re.compile("not on XFS. This is a non-supported setup."),
# >= 23.2 version of the message
re.compile("not on XFS or ext4. This is a non-supported"),
# >= 23.2.22, 23.3 version of the message
re.compile("not XFS or ext4. This is a unsupported"),

# This is expected when tests are intentionally run on low memory configurations
re.compile(r"Memory: '\d+' below recommended"),
Expand Down

0 comments on commit 34f552b

Please sign in to comment.