Uh oh!
There was an error while loading. Please reload this page.
feat: pass retry from Job.result() to Job.done() - #41
Conversation
IlyaFaer
commented
Feb 21, 2020
This PR is strictly connected to googleapis/python-api-core#9, and should not be merged before №9 |
IlyaFaer
commented
Feb 21, 2020
tswast
commented
Oct 20, 2020
This will need to be updated to set the minimum api-core version in setup.py to 1.23.0 after googleapis/python-api-core#96 is released. |
tswast
commented
Oct 21, 2020
1.23.0 has been released. Work can continue on this PR |
Only one error is appearing: Doesn't seem to be related. |
tswast
left a comment
There was a problem hiding this comment.
Missing update to minimum versions.
Uh oh!
There was an error while loading. Please reload this page.
tswast
commented
Oct 23, 2020
Filed #339 to look into the test failure. I've assigned to myself, as it might be related to some refactoring I recently completed. |
IlyaFaer
commented
Oct 27, 2020
I think, a lot of tests will fail. And in many tests we'll have to add one more arg. That's why I've added the |
tswast
commented
Oct 27, 2020
Okay, that makes sense. So long as we have some tests that have a custom retry, I'm okay with only populating it when it's something other than the default. |
tswast
left a comment
There was a problem hiding this comment.
I'm not seeing any tests that verify the retry behavior is working as expected.
I'd like to see the test update I suggested here: https://github.com/googleapis/python-bigquery/pull/340/files#r511017196
The QueryJob class overrides result(), so we'll need a test that does the same but for QueryJob specifically.
…into retry_from_result_to_done
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
HemangChothani
commented
Nov 2, 2020
@googlebot I consent |
IlyaFaer
commented
Nov 2, 2020
@tswast, sorry, I'm little bit besieged by tasks, not able to continue with this right now. @HemangChothani kindly agreed to take a look at this PR. |
Uh oh!
There was an error while loading. Please reload this page.

Closes#24