Skip to content

Commit 162c6b9

Browse files
AlbaHerreriashulkoba
authored andcommitted
Port choose correct index tests to Elixir
1 parent 8b48fcc commit 162c6b9

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

test/elixir/test/config/suite.elixir

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,5 +936,17 @@
936936
"multi cond and",
937937
"multi cond or",
938938
"sort"
939-
]
939+
],
940+
"ChooseCorrectIndexForDocs": [
941+
"choose index with one field in index",
942+
"choose index with two",
943+
"choose index alphabetically",
944+
"choose index most accurate",
945+
"choose index most accurate in memory selector",
946+
"warn on full db scan",
947+
"chooses idxA",
948+
"can query with range on secondary column",
949+
"choose index with id",
950+
"choose index with rev"
951+
],
940952
}

0 commit comments

Comments
 (0)