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 20, 2025
1 parent 5af4f35 commit 764a2f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/rptest/services/redpanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,9 @@ class CloudStorageCleanupStrategy(enum.Enum):
"Assert failure: .* filesystem error: Injected Failure: Input/output error"
),
re.compile("assert - Backtrace below:"),
re.compile("finject - .* flush called concurrently with other operations")
re.compile("finject - .* flush called concurrently with other operations"),
re.compile("assert - Backtrace:"),
re.compile("Aborting on shard")
]

# Log errors that are acceptable for tests that hit the OIDC endpoint but don't
Expand Down

0 comments on commit 764a2f0

Please sign in to comment.