mirror of https://gitee.com/bigwinds/arangodb
Fix yet another agency test with clientid. (#9150)
This commit is contained in:
parent
1e94ecf414
commit
06054dfb64
|
@ -1179,7 +1179,7 @@ function agencyTestSuite () {
|
|||
writeAndCheck([[{"a":{"op":"delete"}}]]); // cleanup first
|
||||
var huge = [], i;
|
||||
for (i = 0; i < 100; ++i) {
|
||||
huge.push([{["a" + i]:{"op":"increment"}}]);
|
||||
huge.push([{["a" + i]:{"op":"increment"}}, {}, "diff" + i]);
|
||||
}
|
||||
writeAndCheck(huge);
|
||||
for (i = 0; i < 100; ++i) {
|
||||
|
|
Loading…
Reference in New Issue