Skip to content
Snippets Groups Projects
Commit cceac6f6 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

vinyl: continue fixing errinj.test.lua

The range iterator open function used an obsolete indicator
for special key (NULL key), which led to selection of a wrong
range in :max() query.

The bug required a compaction process to trigger it, since
when there was only 1 range max() naturally always got the last one.
After compaction, range iterator open could yield a random
range for the special key.

Update errinj.test.lua to always trigger compaction.
parent fe339cfc
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