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

test: fix sporadic vinyl/ddl hang

There's a case in the test that expects that when we dump a new run,
vinyl will trigger compaction. Typically, it happens, but sometimes,
presumably due to compression, the new run happens to be a bit smaller
than the old one so that compaction isn't triggered, and the test hangs.
Fix this by forcing compaction with index.compact() knob.
parent 43b4342d
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