mirror of https://gitee.com/bigwinds/arangodb
Wait for sync rep before dropping and recreating collection.
This commit is contained in:
parent
4710059bd7
commit
3bb4424b18
|
@ -328,6 +328,8 @@ function SynchronousReplicationSuite () {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.info("Need to recreate collection to avoid system collection servers.");
|
console.info("Need to recreate collection to avoid system collection servers.");
|
||||||
|
waitForSynchronousReplication("_system");
|
||||||
|
console.info("Synchronous replication has settled, now dropping again.");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue