mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of github.com:arangodb/arangodb into devel
This commit is contained in:
commit
c330419572
|
@ -55,7 +55,6 @@ function DistributeShardsLikeSuite() {
|
|||
fail();
|
||||
}
|
||||
catch (err) {
|
||||
require("internal").print("FUXX:", JSON.stringify(err));
|
||||
assertEqual(errors.ERROR_CLUSTER_UNKNOWN_DISTRIBUTESHARDSLIKE.code,
|
||||
err.errorNum);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue