Commit 85b625f
committed
🩹 [Patch]: Retry attachment delete on transient 409 in tests
Confluence briefly returns HTTP 409 when an attachment is deleted immediately after upload (observed on the macOS runner while Linux/Windows passed). The Remove-ConfluenceAttachment test now retries the delete on a conflict with a short backoff so it reflects the eventual-consistency behaviour instead of flaking.1 parent 225a70b commit 85b625f
1 file changed
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
618 | | - | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
619 | 634 | | |
| 635 | + | |
| 636 | + | |
620 | 637 | | |
621 | 638 | | |
622 | 639 | | |
| 640 | + | |
623 | 641 | | |
624 | 642 | | |
625 | 643 | | |
| |||
0 commit comments