1
0
Fork 0

make test more reliable

This commit is contained in:
Jan Steemann 2013-12-04 20:38:07 +01:00
parent 7da102506f
commit c63655b64c
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ function CompactionSuite () {
assertTrue(0 <= fig["dead"]["size"]);
assertTrue(0 <= fig["dead"]["deletion"]);
assertTrue(0 <= fig["journals"]["count"]);
assertTrue(0 < fig["datafiles"]["count"]);
assertTrue(0 <= fig["datafiles"]["count"]);
// wait for compactor to run
require("console").log("waiting for compactor to run");