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

fix: OrganizationHttpError did not get correct status code #982

Merged
merged 3 commits into from
Aug 26, 2024

Conversation

guilhem-barthes
Copy link
Contributor

@guilhem-barthes guilhem-barthes commented Aug 22, 2024

Description

In status_code = response.status_code if exc.response else None, bool(exc.response) always returned False, therefore status_code was always None and olur retry logic did not work.

How has this been tested?

Checklist

  • changelog was updated with notable changes
  • documentation was updated

@guilhem-barthes
Copy link
Contributor Author

/e2e --tests sdk,substrafl,mnist

@Owlfred
Copy link

Owlfred commented Aug 22, 2024

End to end tests: ✔️ SUCCESS

Crushed it!

Signed-off-by: Guilhem Barthés <[email protected]>
@guilhem-barthes guilhem-barthes marked this pull request as ready for review August 26, 2024 13:49
@guilhem-barthes guilhem-barthes requested a review from a team as a code owner August 26, 2024 13:49
@guilhem-barthes guilhem-barthes merged commit 79a1f3d into main Aug 26, 2024
7 checks passed
@guilhem-barthes guilhem-barthes deleted the fix/profiling-retry-does-not-work branch August 26, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants