Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[azservicebus] Handle 500 as a retryable code (no recovery needed) #16925

Merged
merged 5 commits into from
Jan 28, 2022

Commits on Jan 26, 2022

  1. Handle 500 as a retryable code (no recovery needed, but it is retryab…

    …le) as this can happen if, for instance, your link gets detached in the middle of an operation.
    Richard Park committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    75fed5a View commit details
    Browse the repository at this point in the history
  2. Log by default in the disconnect tests. If they fail these kinds of d…

    …iagnostics are invaluable, and they aren't that chatty.
    Richard Park committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    85727f5 View commit details
    Browse the repository at this point in the history
  3. Clear out log listener at the end of the test

    Richard Park committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    8d0408d View commit details
    Browse the repository at this point in the history
  4. Add comments

    Richard Park committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    0868496 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Fixing formatting

    Richard Park committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    1b49e7c View commit details
    Browse the repository at this point in the history