Skip to content

Commit ec052cb

Browse files
committed
test: port 01-index-crud-test to elixir
1 parent bd7aa8f commit ec052cb

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
@@ -730,6 +730,25 @@
730730
"Creating/Deleting DB should return 202-Acepted",
731731
"Creating/Updating/Deleting doc should return 202-Acepted"
732732
],
733+
"IndexCrudTests": [
734+
"bad fields",
735+
"bad types",
736+
"bad names",
737+
"bad ddocs",
738+
"bad urls",
739+
"create idx 01",
740+
"create idx 01 exists",
741+
"create idx 02",
742+
"read idx doc",
743+
"delete idx escaped",
744+
"delete idx unescaped",
745+
"delete idx no design",
746+
"bulk delete",
747+
"recreate index",
748+
"delete missing",
749+
"limit skip index",
750+
"out of sync"
751+
],
733752
"BasicFindTest": [
734753
"simple find"
735754
],

0 commit comments

Comments
 (0)