-
Notifications
You must be signed in to change notification settings - Fork 145
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
Upgrade google-api-client, fix broken tests #469
Conversation
… < 0.32 Updates the requirements on [google-api-client](https://github.com/google/google-api-ruby-client) to permit the latest version. - [Release notes](https://github.com/google/google-api-ruby-client/releases) - [Changelog](https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md) - [Commits](googleapis/google-api-ruby-client@0.23.0...0.31.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #469 +/- ##
=========================================
Coverage ? 88.86%
=========================================
Files ? 339
Lines ? 5633
Branches ? 0
=========================================
Hits ? 5006
Misses ? 627
Partials ? 0 Continue to review full report at Codecov.
|
Please do not merge yet as this is actually worrying as empty get should return all zones. Is this only failing with the new lib version? |
Ah sorry nvm read the diff wrong m(_ _)m |
So it's failing with some subset of zones, which is concerning. Also some stackdriver tests are failing, which I haven't been able to figure out yet. |
Hmm, just seems to be flaky. Added some debugging, and the tests stopped failing... whee. |
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.
One nit, otherwise LGTM.
This takes #468 and tries to fix the failing tests as well.