Skip to content

Commit

Permalink
dt: Updated failure injection log allow list
Browse files Browse the repository at this point in the history
Changes necessary due to changes in how vassert messaging is
constructed.

Signed-off-by: Michael Boquard <[email protected]>
  • Loading branch information
michael-redpanda committed Feb 21, 2025
1 parent aa5bf49 commit 3b13263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/services/redpanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class CloudStorageCleanupStrategy(enum.Enum):
re.compile(
"Assert failure: .* filesystem error: Injected Failure: Input/output error"
),
re.compile("assert - Backtrace below:"),
re.compile("assert - Backtrace:"),
re.compile("finject - .* flush called concurrently with other operations")
]

Expand Down

0 comments on commit 3b13263

Please sign in to comment.