This is an automated email from the ASF dual-hosted git repository. jiahuili430 pushed a commit to branch fix-elixir-tests in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 3a2b2664cae1cbd98942759069eef218cb39bc8c Author: Jiahui Li <[email protected]> AuthorDate: Fri Dec 12 09:08:59 2025 -0600 Update Elixir config --- test/elixir/test/config/search.elixir | 3 ++- test/elixir/test/config/skip.elixir | 29 +++++---------------- test/elixir/test/config/suite.elixir | 49 ++++++++++++++++++++--------------- 3 files changed, 36 insertions(+), 45 deletions(-) diff --git a/test/elixir/test/config/search.elixir b/test/elixir/test/config/search.elixir index f59980d74..3ac84cef1 100644 --- a/test/elixir/test/config/search.elixir +++ b/test/elixir/test/config/search.elixir @@ -31,7 +31,8 @@ "facet counts, non-empty", "facet counts, empty", "facet ranges, empty", - "facet ranges, non-empty" + "facet ranges, non-empty", + "timeouts do not expose internal state" ], "ElemMatchTests": [ "elem match non object" diff --git a/test/elixir/test/config/skip.elixir b/test/elixir/test/config/skip.elixir index be427a740..fbcb6a030 100644 --- a/test/elixir/test/config/skip.elixir +++ b/test/elixir/test/config/skip.elixir @@ -1,26 +1,9 @@ %{ - "CookieAuthTest": [ - "cookie auth" - ], - "ReaderACLTest": [ - "unrestricted db can be read" - ], - "ReplicationTest": [ - "non-admin user on target - remote-to-remote", - "non-admin or reader user on source - remote-to-remote", - "unauthorized replication cancellation" - ], - "SecurityValidationTest": [ - "Author presence and user security when replicated" - ], - "WithQuorumTest": [ - "Creating/Deleting DB should return 201-Created/202-Acepted" - ], - "WithoutQuorumTest": [ - "Attachments should return 202-Acepted", - "Bulk docs should return 202-Acepted", - "Copy doc should return 202-Acepted", - "Creating/Deleting DB should return 202-Acepted", - "Creating/Updating/Deleting doc should return 202-Acepted" + "JwtRolesClaimTest": [ + "case: roles_claim_name (defined) / roles_claim_path (defined)", + "case: roles_claim_name (defined) / roles_claim_path (undefined)", + "case: roles_claim_name (undefined) / roles_claim_path (defined)", + "case: roles_claim_name (undefined) / roles_claim_path (undefined)", + "case: roles_claim_path with bad input" ] } diff --git a/test/elixir/test/config/suite.elixir b/test/elixir/test/config/suite.elixir index 42ef070f2..5f6a864ba 100644 --- a/test/elixir/test/config/suite.elixir +++ b/test/elixir/test/config/suite.elixir @@ -36,7 +36,6 @@ "etags for attachments", "implicit doc creation allows creating docs with a reserved id. COUCHDB-565", "large attachments COUCHDB-366", - "md5 header for attachments", "reads attachment successfully", "saves attachment successfully", "saves binary", @@ -48,7 +47,7 @@ ], "AuthLockoutTest": [ "lockout after multiple failed authentications", - "lockout warning after multiple failed authentications" + "do not lockout after multiple failed authentications" ], "BasicsTest": [ "'+' in document name should encode to '+'", @@ -156,7 +155,8 @@ "Only JSON strings are accepted" ], "CookieAuthTest": [ - "cookie auth" + "cookie auth", + "header doesn't contain set-cookie" ], "CopyDocTest": [ "Copy doc tests" @@ -257,6 +257,9 @@ "jwt auth with required iss claim", "jwt auth without secret" ], + "LargeDocsTest": [ + "Large docs" + ], "ListViewsTest": [ "COUCHDB-1113", "HTTP header response set after getRow() called in _list function", @@ -413,7 +416,7 @@ "view updates properly remove old keys" ], "PasswordCacheTest": [ - "password cache" + "password hash cache" ], "ProxyAuthTest": [ "proxy auth with secret", @@ -481,6 +484,9 @@ "split q=2 shards on node1 (2 jobs)", "toggle global state" ], + "ReshardChangesFeedTest": [ + "all_docs after splitting all shards on node1" + ], "RevStemmingTest": [ "revs limit is kept after compaction", "revs limit produces replication conflict ", @@ -493,8 +499,8 @@ "multiple updates with same _rev raise conflict errors" ], "RewriteJSTest": [ - "Test basic js rewrites on test_rewrite_suite_db", - "Test basic js rewrites on test_rewrite_suite_db%2Fwith_slashes", + "basic js rewrites on test_rewrite_suite_db", + "basic js rewrites on test_rewrite_suite_db%2Fwith_slashes", "early response on test_rewrite_suite_db", "early response on test_rewrite_suite_db%2Fwith_slashes", "loop on test_rewrite_suite_db", @@ -505,8 +511,8 @@ "requests with body preserve the query string rewrite on test_rewrite_suite_db%2Fwith_slashes" ], "RewriteTest": [ - "Test basic rewrites on test_rewrite_suite_db", - "Test basic rewrites on test_rewrite_suite_db%2Fwith_slashes", + "basic rewrites on test_rewrite_suite_db", + "basic rewrites on test_rewrite_suite_db%2Fwith_slashes", "loop detection on test_rewrite_suite_db", "loop detection on test_rewrite_suite_db%2Fwith_slashes", "path relative to server on test_rewrite_suite_db", @@ -643,7 +649,8 @@ "GET - invalid parameter combinations get rejected ", "POST - invalid parameter combinations get rejected ", "argument combinations", - "dir works", + "dir ascending works", + "dir descending works", "empty keys", "keys in GET body (group)", "keys in GET parameters", @@ -711,24 +718,24 @@ "view update seq" ], "WithQuorumTest": [ - "Attachments overriden quorum should return 202-Acepted", + "Attachments overridden quorum should return 202-Accepted", "Attachments should return 201-Created", - "Bulk docs overriden quorum should return 202-Acepted", + "Bulk docs overridden quorum should return 202-Accepted", "Bulk docs should return 201-Created", "Copy doc should return 201-Created", "Creating-Updating/Deleting doc should return 201-Created/200-OK", - "Creating-Updating/Deleting doc with overriden quorum should return 202-Acepted/200-OK", - "Creating/Deleting DB should return 201-Created/202-Acepted" + "Creating-Updating/Deleting doc with overridden quorum should return 202-Accepted/200-OK", + "Creating/Deleting DB should return 201-Created/200-OK" ], "WithoutQuorumTest": [ - "Attachments overriden quorum should return 201-Created", - "Attachments should return 202-Acepted", - "Bulk docs overriden quorum should return 201-Created", - "Bulk docs should return 202-Acepted", - "Copy doc should return 202-Acepted", - "Creating-Updating/Deleting doc with overriden quorum should return 201-Created/200-OK", - "Creating/Deleting DB should return 202-Acepted", - "Creating/Updating/Deleting doc should return 202-Acepted" + "Attachments overridden quorum should return 201-Created", + "Attachments should return 201-Created", + "Bulk docs overridden quorum should return 201-Created", + "Bulk docs should return 201-Created", + "Copy doc should return 201-Created", + "Creating-Updating/Deleting doc with overridden quorum should return 201-Created/200-OK", + "Creating/Deleting DB should return 201-Created/200-OK", + "Creating/Updating/Deleting doc should return 201-Created/200-OK" ], "BasicFindTest": [ "simple find",
