-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 retry logic failures #5137
fix retry logic failures #5137
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks great to me so I'm giving it the 👍, but why do we have two different copies of the same tests in differently named files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hope this does it!
@iknox-fa great catch. I renamed the file but apparently just created a new one. Don't know how that happened. Will clean it up before I merge. |
* fix retry logic failures * changelog * add tests to make sure data is getting where it needs to * rename file * remove duplicate file (cherry picked from commit 31a3f2b)
* fix retry logic failures * changelog * add tests to make sure data is getting where it needs to * rename file * remove duplicate file
* fix retry logic failures * changelog * add tests to make sure data is getting where it needs to * rename file * remove duplicate file (cherry picked from commit 31a3f2b)
* move deprecation check outside package caching (#5069) * move deprecation check outside package caching * add changelog * fix retry logic failures (#5137) * fix retry logic failures * changelog * add tests to make sure data is getting where it needs to * rename file * remove duplicate file * move unit test to old framework since new one doesn't exist here
backported to |
* fix retry logic failures * changelog * add tests to make sure data is getting where it needs to * rename file * remove duplicate file
resolves #5023
Description
While the retry logic got fixed with the last iteration, there has always been a bug that the retry logic would fail since we were never actually returning the result of the retry.
Checklist
I have opened an issue to add/update docs, or docs changes are not required/relevant for this PRchangie new
to create a changelog entry