mirror of https://gitee.com/bigwinds/arangodb
Fixed awl-queries-array
This commit is contained in:
parent
83d4be462a
commit
26530d149a
|
@ -443,7 +443,7 @@ function arrayIndexNonArraySuite () {
|
||||||
var allIndexes = col.getIndexes(true);
|
var allIndexes = col.getIndexes(true);
|
||||||
assertEqual(allIndexes.length, 2, "We have more than one index!");
|
assertEqual(allIndexes.length, 2, "We have more than one index!");
|
||||||
var idx = allIndexes[1];
|
var idx = allIndexes[1];
|
||||||
if (! isCluster) {
|
if (! isCluster && db._engine().name === "mmfiles") {
|
||||||
switch (idx.type) {
|
switch (idx.type) {
|
||||||
case "hash":
|
case "hash":
|
||||||
assertEqual(idx.figures.totalUsed, count);
|
assertEqual(idx.figures.totalUsed, count);
|
||||||
|
|
Loading…
Reference in New Issue