Skip to content
Snippets Groups Projects
Commit 4c0dbc93 authored by James Fargher's avatar James Fargher
Browse files

praefect: Immediately report failure in remove repository test

Previously when there was an intermittent database failure the test
would block forever on `ticker.Tick()`. When this happens the error
returned from `removeReplicationEvents` is lost. Instead, mark the test
as failed. Note that we cannot use `require.NoError` here because this
must be called in the parent test go routine.
parent 70d6aa02
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment