-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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: Surface error during wait timeout for OSS artifact driver API calls #5601
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5601 +/- ##
==========================================
- Coverage 47.07% 47.06% -0.01%
==========================================
Files 240 240
Lines 15034 15034
==========================================
- Hits 7077 7076 -1
Misses 7057 7057
- Partials 900 901 +1
Continue to review full report at Codecov.
|
can you please attach the outpt of your testing? |
I was getting a |
This is great! 👍 |
@terrytangyuan can I confirm you tested each of the artifact drivers with their respective cloud providers? If not, can I suggest we break this into one PR per provider so they can be tested by the community? |
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.
testing details requested
Unfortunately I cannot test for all the providers. I can change this to only modifying OSS artifact driver. Can I keep the minor refactoring of |
Maybe just refactor the OSS code? It is really easy to introduce bugs with retry, so it needs to be tested on actual provider |
Signed-off-by: terrytangyuan <terrytangyuan@gmail.com>
Yep done! |
Signed-off-by: terrytangyuan terrytangyuan@gmail.com
Checklist: