Commit ce83cdd
committed
GOCBC-1817: Update eventing tests to take into account 8.0.1 error changes
* State transitions to the existing state now fail instead of succeeding, as the pre-8.0 behavior has been restored.
* If the function does not exist for a state transition, the error returned is now ERR_APP_NOT_FOUND instead of ERR_APP_NOT_FOUND_TS, which appears like a regression. We should skip this test until this is fixed or we have confirmation that this is the intended behavior.
And one change that had been made before the 8.0 release:
* The bug where the source and metadata keyspaces were allowed to be the same has been fixed. However, the error returned is now ERR_INVALID_REQUEST
Change-Id: I97d2a7030783f2e6d48c1b5e435b55232e6d9b4e
Reviewed-on: https://review.couchbase.org/c/gocb/+/244579
Reviewed-by: Charles Dixon <chvckd@gmail.com>
Tested-by: Build Bot <build@couchbase.com>1 parent 40e4070 commit ce83cdd
2 files changed
Lines changed: 28 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| |||
383 | 384 | | |
384 | 385 | | |
385 | 386 | | |
386 | | - | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
425 | | - | |
426 | | - | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
427 | 435 | | |
428 | 436 | | |
429 | 437 | | |
| |||
644 | 652 | | |
645 | 653 | | |
646 | 654 | | |
| 655 | + | |
| 656 | + | |
647 | 657 | | |
648 | 658 | | |
649 | 659 | | |
650 | | - | |
651 | | - | |
652 | 660 | | |
653 | 661 | | |
654 | 662 | | |
655 | 663 | | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | | - | |
662 | | - | |
663 | 664 | | |
664 | 665 | | |
665 | 666 | | |
| |||
679 | 680 | | |
680 | 681 | | |
681 | 682 | | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
682 | 690 | | |
683 | 691 | | |
684 | 692 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
443 | 445 | | |
444 | 446 | | |
445 | 447 | | |
446 | | - | |
| 448 | + | |
447 | 449 | | |
448 | | - | |
| 450 | + | |
449 | 451 | | |
450 | 452 | | |
451 | 453 | | |
452 | | - | |
| 454 | + | |
453 | 455 | | |
454 | 456 | | |
| 457 | + | |
| 458 | + | |
455 | 459 | | |
456 | 460 | | |
457 | 461 | | |
| |||
0 commit comments