|
36 | 36 | "etags for attachments", |
37 | 37 | "implicit doc creation allows creating docs with a reserved id. COUCHDB-565", |
38 | 38 | "large attachments COUCHDB-366", |
39 | | - "md5 header for attachments", |
40 | 39 | "reads attachment successfully", |
41 | 40 | "saves attachment successfully", |
42 | 41 | "saves binary", |
|
48 | 47 | ], |
49 | 48 | "AuthLockoutTest": [ |
50 | 49 | "lockout after multiple failed authentications", |
51 | | - "lockout warning after multiple failed authentications" |
| 50 | + "do not lockout after multiple failed authentications" |
52 | 51 | ], |
53 | 52 | "BasicsTest": [ |
54 | 53 | "'+' in document name should encode to '+'", |
|
156 | 155 | "Only JSON strings are accepted" |
157 | 156 | ], |
158 | 157 | "CookieAuthTest": [ |
159 | | - "cookie auth" |
| 158 | + "cookie auth", |
| 159 | + "header doesn't contain set-cookie" |
160 | 160 | ], |
161 | 161 | "CopyDocTest": [ |
162 | 162 | "Copy doc tests" |
|
257 | 257 | "jwt auth with required iss claim", |
258 | 258 | "jwt auth without secret" |
259 | 259 | ], |
| 260 | + "LargeDocsTest": [ |
| 261 | + "Large docs" |
| 262 | + ], |
260 | 263 | "ListViewsTest": [ |
261 | 264 | "COUCHDB-1113", |
262 | 265 | "HTTP header response set after getRow() called in _list function", |
|
413 | 416 | "view updates properly remove old keys" |
414 | 417 | ], |
415 | 418 | "PasswordCacheTest": [ |
416 | | - "password cache" |
| 419 | + "password hash cache" |
417 | 420 | ], |
418 | 421 | "ProxyAuthTest": [ |
419 | 422 | "proxy auth with secret", |
|
458 | 461 | "default headers returned for _scheduler/docs ", |
459 | 462 | "default headers returned for _scheduler/jobs", |
460 | 463 | "filtered replications - remote-to-remote", |
461 | | - "non-admin or reader user on source - remote-to-remote", |
462 | | - "non-admin user on target - remote-to-remote", |
463 | 464 | "replicate with since_seq - remote-to-remote", |
464 | 465 | "replicating attachment without conflict - COUCHDB-885", |
465 | 466 | "replication by doc ids - remote-to-remote", |
466 | 467 | "replication cancellation", |
467 | 468 | "replication restarts after filter change - COUCHDB-892 - remote-to-remote", |
468 | 469 | "simple remote-to-remote replication - remote-to-remote", |
469 | 470 | "source database not found with host", |
470 | | - "unauthorized replication cancellation", |
471 | 471 | "validate_doc_update failure replications - remote-to-remote" |
472 | 472 | ], |
473 | 473 | "ReshardAllDocsTest": [ |
|
481 | 481 | "split q=2 shards on node1 (2 jobs)", |
482 | 482 | "toggle global state" |
483 | 483 | ], |
| 484 | + "ReshardChangesFeedTest": [ |
| 485 | + "all_docs after splitting all shards on node1" |
| 486 | + ], |
484 | 487 | "RevStemmingTest": [ |
485 | 488 | "revs limit is kept after compaction", |
486 | 489 | "revs limit produces replication conflict ", |
|
493 | 496 | "multiple updates with same _rev raise conflict errors" |
494 | 497 | ], |
495 | 498 | "RewriteJSTest": [ |
496 | | - "Test basic js rewrites on test_rewrite_suite_db", |
497 | | - "Test basic js rewrites on test_rewrite_suite_db%2Fwith_slashes", |
| 499 | + "basic js rewrites on test_rewrite_suite_db", |
| 500 | + "basic js rewrites on test_rewrite_suite_db%2Fwith_slashes", |
498 | 501 | "early response on test_rewrite_suite_db", |
499 | 502 | "early response on test_rewrite_suite_db%2Fwith_slashes", |
500 | 503 | "loop on test_rewrite_suite_db", |
|
505 | 508 | "requests with body preserve the query string rewrite on test_rewrite_suite_db%2Fwith_slashes" |
506 | 509 | ], |
507 | 510 | "RewriteTest": [ |
508 | | - "Test basic rewrites on test_rewrite_suite_db", |
509 | | - "Test basic rewrites on test_rewrite_suite_db%2Fwith_slashes", |
| 511 | + "basic rewrites on test_rewrite_suite_db", |
| 512 | + "basic rewrites on test_rewrite_suite_db%2Fwith_slashes", |
510 | 513 | "loop detection on test_rewrite_suite_db", |
511 | 514 | "loop detection on test_rewrite_suite_db%2Fwith_slashes", |
512 | 515 | "path relative to server on test_rewrite_suite_db", |
|
643 | 646 | "GET - invalid parameter combinations get rejected ", |
644 | 647 | "POST - invalid parameter combinations get rejected ", |
645 | 648 | "argument combinations", |
646 | | - "dir works", |
| 649 | + "dir ascending works", |
| 650 | + "dir descending works", |
647 | 651 | "empty keys", |
648 | 652 | "keys in GET body (group)", |
649 | 653 | "keys in GET parameters", |
|
711 | 715 | "view update seq" |
712 | 716 | ], |
713 | 717 | "WithQuorumTest": [ |
714 | | - "Attachments overriden quorum should return 202-Acepted", |
| 718 | + "Attachments overridden quorum should return 202-Accepted", |
715 | 719 | "Attachments should return 201-Created", |
716 | | - "Bulk docs overriden quorum should return 202-Acepted", |
| 720 | + "Bulk docs overridden quorum should return 202-Accepted", |
717 | 721 | "Bulk docs should return 201-Created", |
718 | 722 | "Copy doc should return 201-Created", |
719 | 723 | "Creating-Updating/Deleting doc should return 201-Created/200-OK", |
720 | | - "Creating-Updating/Deleting doc with overriden quorum should return 202-Acepted/200-OK", |
721 | | - "Creating/Deleting DB should return 201-Created/202-Acepted" |
| 724 | + "Creating-Updating/Deleting doc with overridden quorum should return 202-Accepted/200-OK", |
| 725 | + "Creating/Deleting DB should return 201-Created/200-OK" |
722 | 726 | ], |
723 | 727 | "WithoutQuorumTest": [ |
724 | | - "Attachments overriden quorum should return 201-Created", |
725 | | - "Attachments should return 202-Acepted", |
726 | | - "Bulk docs overriden quorum should return 201-Created", |
727 | | - "Bulk docs should return 202-Acepted", |
728 | | - "Copy doc should return 202-Acepted", |
729 | | - "Creating-Updating/Deleting doc with overriden quorum should return 201-Created/200-OK", |
730 | | - "Creating/Deleting DB should return 202-Acepted", |
731 | | - "Creating/Updating/Deleting doc should return 202-Acepted" |
| 728 | + "Attachments overridden quorum should return 201-Created", |
| 729 | + "Attachments should return 201-Created", |
| 730 | + "Bulk docs overridden quorum should return 201-Created", |
| 731 | + "Bulk docs should return 201-Created", |
| 732 | + "Copy doc should return 201-Created", |
| 733 | + "Creating-Updating/Deleting doc with overridden quorum should return 201-Created/200-OK", |
| 734 | + "Creating/Deleting DB should return 201-Created/200-OK", |
| 735 | + "Creating/Updating/Deleting doc should return 201-Created/200-OK" |
732 | 736 | ], |
733 | 737 | "BasicFindTest": [ |
734 | 738 | "simple find", |
|
801 | 805 | "json range", |
802 | 806 | "compound key", |
803 | 807 | "sort", |
804 | | - "sort fwd", |
805 | | - "sort rev", |
806 | 808 | "all docs range", |
807 | 809 | "no index", |
808 | 810 | "invalid operand", |
|
0 commit comments