mirror of https://gitee.com/bigwinds/arangodb
make test more reliable
This commit is contained in:
parent
7da102506f
commit
c63655b64c
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue