Commit 889c439
Make admin entity-ensure helpers tolerant of the emulator
The Service Bus emulator exposes only the AMQP endpoint (5672) and has no
HTTP management endpoint, so ServiceBusAdministrationClient calls fail with
"Connection refused (localhost:443)". Wrap the session/dedup queue-ensure
helpers in try/catch (entities are pre-declared in Config.json) and scope
the CI emulator step to ServiceBusCommandDispatchingTests, which uses
pre-declared entities + AMQP send/receive.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 5844561 commit 889c439
2 files changed
Lines changed: 37 additions & 19 deletions
File tree
- .github/workflows
- tests/SourceFlow.Cloud.Azure.Tests/Integration
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | | - | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
Lines changed: 31 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
733 | 736 | | |
734 | | - | |
| 737 | + | |
735 | 738 | | |
736 | | - | |
737 | | - | |
738 | | - | |
739 | | - | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
740 | 745 | | |
741 | | - | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
742 | 752 | | |
743 | 753 | | |
744 | 754 | | |
745 | 755 | | |
746 | 756 | | |
747 | | - | |
| 757 | + | |
748 | 758 | | |
749 | | - | |
| 759 | + | |
750 | 760 | | |
751 | | - | |
752 | | - | |
753 | | - | |
754 | | - | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
755 | 767 | | |
756 | | - | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
757 | 774 | | |
758 | 775 | | |
759 | 776 | | |
| |||
0 commit comments