mirror of https://gitee.com/bigwinds/arangodb
resilienceMove will do more reporting in cleanouts
This commit is contained in:
parent
0ea23a2b28
commit
5faef0bc9e
|
@ -155,7 +155,8 @@ function MovingShardsSuite () {
|
|||
obj = getCleanedOutServers();
|
||||
if (obj.cleanedServers.indexOf(id) >= 0) {
|
||||
ok = true;
|
||||
console.info("Success: Server " + id + " cleaned out.");
|
||||
console.info(
|
||||
"Success: Server " + id + " cleaned out after " + (300-count) + " seconds");
|
||||
break;
|
||||
}
|
||||
wait(1.0);
|
||||
|
|
Loading…
Reference in New Issue