tests: Consistently align LOOKAHEAD_SIZE in tests
This commit is contained in:
@@ -3,7 +3,7 @@ after = ['test_rbyd', 'test_btree']
|
||||
|
||||
# maximize lookahead buffer, we don't actually gc so we only get one pass
|
||||
# of the disk for these tests
|
||||
defines.LOOKAHEAD_SIZE = 'BLOCK_COUNT / 8'
|
||||
defines.LOOKAHEAD_SIZE = '(BLOCK_COUNT+8-1) / 8'
|
||||
|
||||
# test with normal revision counts, debug revision counts, and noisy
|
||||
# revision counts
|
||||
|
||||
Reference in New Issue
Block a user