-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Removing vendored in google.cloud.streaming. #3654
Conversation
This LGTM - if any test failures arise can we address those in separate PRs and rebase this one along? |
Also this won't run system tests - can we verify system tests for impact packages? |
dc2849f
to
78e82fd
Compare
@jonparrott I just pushed https://github.com/GoogleCloudPlatform/google-cloud-python/tree/remove-streaming so we can run system tests. FWIW the "first run" after merging #3555 failed due to BigQuery timeouts (no idea why). |
This is **not** to be merged, just to debug the b0rken build: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/2515
OK https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/2515 and https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/2511 have failed in the same way, but at I added a "nonsense" commit to force |
As a small solace, the unit tests are all good: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/tree/pull%2F3654 |
I think the BigQuery issue is just some intermittent failures in BigQuery. The latest build (https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/2518) only failed in 3.6 and only on one test case. |
Merge. Let's re-validate system tests before release.
…On Fri, Jul 21, 2017, 4:02 PM Danny Hermes ***@***.***> wrote:
I think the BigQuery issue is just some intermittent failures in BigQuery.
The latest build (
https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/2518)
only failed in 3.6 and only on one test case.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3654 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPUc90zyN13jES8E4zlyxrnIJOIRyhzks5sQS4bgaJpZM4Of7Pp>
.
|
Haha OK! |
As suspected, BigQuery unit tests are back to passing: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/2520 Though those |
You mean system tests?
|
I do mean system tests, thank you |
Good deal. Thanks.
|
* Removing vendored in google.cloud.streaming. * Modifying setup.cfg so pytest errors are sane. This is **not** to be merged, just to debug the b0rken build: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/2515
* Removing vendored in google.cloud.streaming. * Modifying setup.cfg so pytest errors are sane. This is **not** to be merged, just to debug the b0rken build: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/2515
* Removing vendored in google.cloud.streaming. * Modifying setup.cfg so pytest errors are sane. This is **not** to be merged, just to debug the b0rken build: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/2515
Done simply via:
Towards #1998.