-
Notifications
You must be signed in to change notification settings - Fork 1.6k
RPC retries (resubmission) #3811
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
Conversation
|
@dhermes please take a look. Is there anything I should do outside of regular CI to run the tests that failed the last time around? |
|
@calpeyser Sending a PR from your remote will skip the system tests, which is partly why I kept the change around in a branch on the So before we merge this, we should push this branch to the |
| """ | ||
| request_pb = _create_row_request( | ||
| self.name, start_key=start_key, end_key=end_key, filter_=filter_, | ||
| limit=limit, end_inclusive=end_inclusive) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
@dhermes PTAL. Would it be easier to PR against an empty branch, so as not to deal with the backlog of commits? I don't seem to have the privileges to rebase this branch from master. Looking at the test logs, it seems that the system tests are still being skipped. |
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that they're okay with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that they're okay with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
|
@calpeyser I changed the |
|
@calpeyser – looks like the build/test failed on CircleCI; could you take a look, please? |
|
CLAs look good, thanks! |
|
@dhermes can you patch the change "encode -> decode for bytestring in bigtable system test" into the branch on the remote? The system tests don't seem to run here. The current failure is in "Update the docs", and seems unrelated to this change. |
|
@dhermes ping on pushing the lastest commit to the remote branch so we can run the system tests. |
|
Sorry, doing it now! |
|
(Email is a crappy task list, my bad.) |
|
New build: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/2951 @calpeyser I see the docs breakage in the last build, you should probably rebase against |
|
@calpeyser The system tests failed in the build. Do they pass when you run them locally? If you haven't run them locally, is there anything I can do to help you get them running? |
|
@garye what do you think? |
|
LGTM! Just need @dhermes, @lukesneeringer or someone from the team to pull the trigger I think. |
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were 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 here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were 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 here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
|
@tseaver - I've fixed the issues with the merge above - can this PR be merged? |
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were 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 here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
|
https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/4249 I think this may need to be reverted |
|
@calpeyser @garye Here is another (albeit less severe) failure: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/4256 There have been no other builds on It's worth noting that we have other packages with tests that are flaky (which we tolerate mostly due to lack of developer resources), but this one seems to be a preventable flakiness. |
|
@calpeyser @garye Please weigh in here. I am leaning towards reverting this PR (we need our builds to not fail). |
|
I can try to fix this tomorrow. After a quick look, I think that the issue is that the test_retry test never cleans up the |
|
Thanks @igorbernstein2. I'm happy to help (e.g. if you're unfamiliar with |
|
This breakage certainly looks related to this change. @igorbernstein2, thanks a ton - I think you're right about the env var. |
This reverts commit 5a0e549 / PR googleapis#3811.
Re-submission for PR #3324.