mirror of https://gitee.com/bigwinds/arangodb
Add more stability to moving-shards-cluster.js
This commit is contained in:
parent
c9de78c7c5
commit
6bd1879473
|
@ -611,6 +611,8 @@ function MovingShardsSuite ({useData}) {
|
||||||
if (dbservers.length === 5) {
|
if (dbservers.length === 5) {
|
||||||
assertTrue(waitForSynchronousReplication("_system"));
|
assertTrue(waitForSynchronousReplication("_system"));
|
||||||
checkCollectionContents();
|
checkCollectionContents();
|
||||||
|
|
||||||
|
servers = dbservers;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log("Waiting for 5 dbservers to be present:", JSON.stringify(dbservers));
|
console.log("Waiting for 5 dbservers to be present:", JSON.stringify(dbservers));
|
||||||
|
|
Loading…
Reference in New Issue