Skip to content

Commit 40ae312

Browse files
authored
Merge pull request #5763 from neighbourhoodie/port-python-02-basic-find
Port Python test to Elixir: `02-basic-find-test`
2 parents b877fb9 + 1c65785 commit 40ae312

3 files changed

Lines changed: 327 additions & 321 deletions

File tree

src/mango/test/02-basic-find-test.py

Lines changed: 0 additions & 320 deletions
This file was deleted.

test/elixir/test/config/suite.elixir

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,35 @@
731731
"Creating/Updating/Deleting doc should return 202-Acepted"
732732
],
733733
"BasicFindTest": [
734-
"simple find"
734+
"simple find",
735+
"bad selector",
736+
"bad limit",
737+
"bad skip",
738+
"bad sort",
739+
"bad fields",
740+
"bad r",
741+
"bad conflicts",
742+
"multi cond and",
743+
"multi cond duplicate field",
744+
"multi cond or",
745+
"multi col idx",
746+
"missing not indexed",
747+
"limit",
748+
"skip",
749+
"sort",
750+
"sort desc complex",
751+
"sort with primary sort not in selector",
752+
"sort exists true",
753+
"sort desc complex error",
754+
"fields",
755+
"r",
756+
"empty",
757+
"empty subsel",
758+
"empty subsel match",
759+
"unsatisfiable range",
760+
"explain view args",
761+
"explain options",
762+
"sort with all docs"
735763
],
736764
"IgnoreDesignDocsForAllDocsIndexTests": [
737765
"should not return design docs"

0 commit comments

Comments
 (0)