SERVER-127504: Remove explain param from test (#54417)
GitOrigin-RevId: 8871a80f13bdb222fec6260f605f1faba8fe7aeb
This commit is contained in:
parent
6732be70c6
commit
1da2e825aa
@ -220,7 +220,7 @@ function preferShortestIndexWithComparisonsInFilter(indexPruningActive) {
|
||||
return [abcIndex, abIndex];
|
||||
})();
|
||||
assertIndexScan(false, filter, expectedWithoutTieBreaking, explain);
|
||||
assertIndexScan(true, filter, expectedWithTieBreaking, explain);
|
||||
assertIndexScan(true, filter, expectedWithTieBreaking);
|
||||
}
|
||||
|
||||
for (const index of indexes) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user