Commit 1209821
committed
Fix DLQ test isolation; re-include SupportsResubmission in the gate
The three DeadLetterQueue tests shared the test-commands queue and its
dead-letter sub-queue with no per-test teardown, so a message dead-lettered
by one test leaked into the next test's DLQ assertions (GUID / reason
mismatches) — environment-dependent: green in CI, red locally.
Drain the shared non-session queues (main + dead-letter) in InitializeAsync
via ReceiveAndDelete so every test starts clean. With isolation fixed all
three DLQ tests pass, so DeadLetterQueue_SupportsResubmission is no longer
excluded from the emulator gate.
Verified locally against a fresh emulator: command gate 10/10 passing
(DLQ trio included).1 parent df2312d commit 1209821
2 files changed
Lines changed: 45 additions & 1 deletion
File tree
- .github/workflows
- tests/SourceFlow.Cloud.Azure.Tests/Integration
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
Lines changed: 44 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
72 | 79 | | |
| |||
686 | 693 | | |
687 | 694 | | |
688 | 695 | | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
689 | 733 | | |
690 | 734 | | |
691 | 735 | | |
| |||
0 commit comments