mirror of https://gitee.com/bigwinds/arangodb
attempt to fix hanging tests
This commit is contained in:
parent
b8a64ccca2
commit
49ef83c608
|
@ -891,7 +891,7 @@ function CompactionSuite () {
|
|||
c1 = null;
|
||||
|
||||
while (internal.db._collection(cn).status() !== ArangoCollection.STATUS_UNLOADED) {
|
||||
db._collection(cn).unload();
|
||||
internal.db._collection(cn).unload();
|
||||
internal.wait(1, false);
|
||||
}
|
||||
|
||||
|
@ -965,7 +965,7 @@ function CompactionSuite () {
|
|||
c1 = null;
|
||||
|
||||
while (internal.db._collection(cn).status() !== ArangoCollection.STATUS_UNLOADED) {
|
||||
db._collection(cn).unload();
|
||||
internal.db._collection(cn).unload();
|
||||
internal.wait(1, false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue