Uh oh!
There was an error while loading. Please reload this page.
RPC retries (resubmission) - #3811
Conversation
calpeyser
commented
Aug 14, 2017
@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? |
dhermes
commented
Aug 14, 2017
@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.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
@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. |
googlebot
commented
Aug 15, 2017
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 |
googlebot
commented
Aug 15, 2017
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 |
dhermes
commented
Aug 15, 2017
@calpeyser I changed the |
dhermes
commented
Aug 15, 2017
mbrukman
commented
Aug 15, 2017
@calpeyser – looks like the build/test failed on CircleCI; could you take a look, please? |
googlebot
commented
Aug 16, 2017
CLAs look good, thanks! |
calpeyser
commented
Aug 16, 2017
@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. |
calpeyser
commented
Aug 21, 2017
@dhermes ping on pushing the lastest commit to the remote branch so we can run the system tests. |
dhermes
commented
Aug 21, 2017
Sorry, doing it now! |
dhermes
commented
Aug 21, 2017
(Email is a crappy task list, my bad.) |
dhermes
commented
Aug 21, 2017
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 |
dhermes
commented
Aug 21, 2017
@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? |
calpeyser
commented
Oct 22, 2017
@garye what do you think? |
garye
commented
Oct 31, 2017
LGTM! Just need @dhermes, @lukesneeringer or someone from the team to pull the trigger I think. |
googlebot
commented
Nov 10, 2017
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 |
googlebot
commented
Nov 14, 2017
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 |
calpeyser
commented
Nov 14, 2017
@tseaver - I've fixed the issues with the merge above - can this PR be merged? |
googlebot
commented
Nov 14, 2017
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 |
dhermes
commented
Nov 15, 2017
https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/4249 I think this may need to be reverted |
dhermes
commented
Nov 16, 2017
@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. |
dhermes
commented
Nov 21, 2017
@calpeyser@garye Please weigh in here. I am leaning towards reverting this PR (we need our builds to not fail). |
igorbernstein2
commented
Nov 21, 2017
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 |
dhermes
commented
Nov 21, 2017
Thanks @igorbernstein2. I'm happy to help (e.g. if you're unfamiliar with |
calpeyser
commented
Nov 22, 2017
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.