Skip to content
Snippets Groups Projects
Commit 1a3d4fd8 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

test: make vinyl/replica_rejoin more stable

The test checks that files left after rebootstrap are removed by the
garbage collector. It does that by printing file names to the result
file. This is inherently unstable, because should timing change, and
we can easily get an extra dump or compaction resulting in a different
set of files and hence test failure. Let's rewrite the test so that
it checks that files are actually removed using fio.path.exists().
parent 3d5da41c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment