Fixed off-by-one COMPACTSET in test_traversal_compact_mtree
This commit is contained in:
@@ -5790,7 +5790,7 @@ defines.CKDATA = [false, true]
|
|||||||
defines.SIZE = 'FILE_BUFFER_SIZE/2'
|
defines.SIZE = 'FILE_BUFFER_SIZE/2'
|
||||||
# set compact thresh to minimum
|
# set compact thresh to minimum
|
||||||
defines.GC_COMPACT_THRESH = 'BLOCK_SIZE/2'
|
defines.GC_COMPACT_THRESH = 'BLOCK_SIZE/2'
|
||||||
defines.COMPACTSET = 'range(0x7)'
|
defines.COMPACTSET = 'range(0x8)'
|
||||||
code = '''
|
code = '''
|
||||||
lfs_t lfs;
|
lfs_t lfs;
|
||||||
lfsr_format(&lfs, LFS_F_RDWR, CFG) => 0;
|
lfsr_format(&lfs, LFS_F_RDWR, CFG) => 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user