forked from Azure/azure-sdk-for-go
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[azservicebus] Stress test improvements (Azure#19668)
* Stress test improvements: - Fixing the panic that happens if you're not using a topic! - Adding in a chaos run for infiniteSendAndReceive that can be used as an example for others. Also, fixing some issues in CI that cropped up around areas that probably needed some garbage cleanup: * Fixing the inconsistent logging and concurrency issues with the old style. Just keep the function in place, swap out channels, etc... Also, fix the circular references between test and utils. * Eliminate the non-determinism in a message releaser test by only returning a single element, and then blocking until cancel (more realistic behavior)
- Loading branch information
1 parent
f8f2c90
commit 94de68c
Showing
11 changed files
with
142 additions
and
121 deletions.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
sdk/messaging/azservicebus/internal/stress/sb-network-loss.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.