Skip to content

Commit 4a2b71f

Browse files
AlbaHerreriashulkoba
authored andcommitted
Port choose correct index tests to Elixir
1 parent 8fdc574 commit 4a2b71f

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
@@ -933,5 +933,17 @@
933933
"multi cond and",
934934
"multi cond or",
935935
"sort"
936-
]
936+
],
937+
"ChooseCorrectIndexForDocs": [
938+
"choose index with one field in index",
939+
"choose index with two",
940+
"choose index alphabetically",
941+
"choose index most accurate",
942+
"choose index most accurate in memory selector",
943+
"warn on full db scan",
944+
"chooses idxA",
945+
"can query with range on secondary column",
946+
"choose index with id",
947+
"choose index with rev"
948+
],
937949
}

0 commit comments

Comments
 (0)