mirror of https://gitee.com/bigwinds/arangodb
Adaption of Indexes Ranges test
This commit is contained in:
parent
31cf31f7b7
commit
cc96b6e426
|
@ -213,9 +213,9 @@ function optimizerRuleUseIndexRangeTester () {
|
||||||
" RETURN {A:A, B:B, C:C, K:k}";
|
" RETURN {A:A, B:B, C:C, K:k}";
|
||||||
|
|
||||||
var result = AQL_EXPLAIN(query, { }, paramEnabledAllPlans);
|
var result = AQL_EXPLAIN(query, { }, paramEnabledAllPlans);
|
||||||
assertTrue(result.plans.length === 16, query);
|
assertTrue(result.plans.length === 1, query);
|
||||||
result = AQL_EXPLAIN(query, { }, paramAllAllPlans);
|
result = AQL_EXPLAIN(query, { }, paramAllAllPlans);
|
||||||
assertTrue(result.plans.length === 16, query);
|
assertTrue(result.plans.length === 1, query);
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue