package
1.8.0
Repository: https://github.com/azure/azure-sdk-for-go.git
Documentation: pkg.go.dev

# README

Service Bus package reliability tests

These are the stress/reliability tests for the azservicebus package.

The entrypoint for the tests is stress.go. All of the individual tests are in the tests sub-folder. These tests should run fine on your local machine - you'll need to create an .env file with the following values:

SERVICEBUS_CONNECTION_STRING=<connection string to the Service Bus namespace>
APPINSIGHTS_INSTRUMENTATIONKEY=<instrumentation key for appinsights>

To run one of the more basic tests, where we just send and receive messages for a few days:

go run . tests infiniteSendAndReceive

To see all the tests that are available:

go run . tests

For convenience there's a deploy.ps1 file that'll launch the deployment - by default it'll go to the pg cluster, which we use for adhoc workloads. For more information about prerequisites look at the official stress test docs here: stress test readme.md.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author