Skip to content

Commit db1db3d

Browse files
committed
test: port 23-explain-indexes-test from Elixir to Python
1 parent fe3fc9f commit db1db3d

File tree

3 files changed

+512
-0
lines changed

3 files changed

+512
-0
lines changed

test/elixir/test/config/search.elixir

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,12 @@
3838
],
3939
"LimitTests": [
4040
"limit field"
41+
],
42+
"ExplainIndexTextTests": [
43+
"basic index candidates",
44+
"basic selector hints"
45+
],
46+
"ExplainIndexMixedTests": [
47+
"basic"
4148
]
4249
}

test/elixir/test/config/suite.elixir

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,5 +735,16 @@
735735
],
736736
"IgnoreDesignDocsForAllDocsIndexTests": [
737737
"should not return design docs"
738+
],
739+
"ExplainIndexJSONTests": [
740+
"basic index candidates",
741+
"basic selector hints"
742+
],
743+
"ExplainIndexTestsNoIndexes": [
744+
"basic",
745+
"no usable index"
746+
],
747+
"ExplainIndexTestsPartitionedNoIndexes": [
748+
"basic"
738749
]
739750
}

0 commit comments

Comments
 (0)