Skip to content

Commit ee8d2fe

Browse files
committed
test: port 01-index-crud-test to elixir
1 parent 06ea02f commit ee8d2fe

File tree

3 files changed

+536
-0
lines changed

3 files changed

+536
-0
lines changed

test/elixir/test/config/search.elixir

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
"facet ranges, empty",
3434
"facet ranges, non-empty"
3535
],
36+
"IndexCrudTextTests": [
37+
"create text idx",
38+
"create bad text idx",
39+
"limit skip idx"
40+
],
3641
"ElemMatchTests": [
3742
"elem match non object"
3843
],

test/elixir/test/config/suite.elixir

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,25 @@
729729
"Creating/Deleting DB should return 202-Acepted",
730730
"Creating/Updating/Deleting doc should return 202-Acepted"
731731
],
732+
"IndexCrudTests": [
733+
"bad fields",
734+
"bad types",
735+
"bad names",
736+
"bad ddocs",
737+
"bad urls",
738+
"create idx 01",
739+
"create idx 01 exists",
740+
"create idx 02",
741+
"read idx doc",
742+
"delete idx escaped",
743+
"delete idx unescaped",
744+
"delete idx no design",
745+
"bulk delete",
746+
"recreate index",
747+
"delete missing",
748+
"limit skip index",
749+
"out of sync"
750+
],
732751
"BasicFindTest": [
733752
"simple find"
734753
],

0 commit comments

Comments
 (0)