Test case depends strongly on avl allocator results. Hence sticking to
this allocator explicitly.
Signed-off-by: Igor Fedotov <igor.fedotov@croit.io>
SetVal(g_conf(), "bluestore_fsck_on_mount", "false");
SetVal(g_conf(), "bluestore_fsck_on_umount", "false");
+ //stick with a specific allocator as we did some tricks
+ // with allocated extents and rely on specific offset numbers below.
+ SetVal(g_conf(), "bluestore_allocator", "avl");
const size_t block_size = 0x1000;
StartDeferred(block_size);