fix(logging): update test assertion and core version pins#10087
Merged
plamut merged 3 commits intogoogleapis:masterfrom Jan 10, 2020
Merged
fix(logging): update test assertion and core version pins#10087plamut merged 3 commits intogoogleapis:masterfrom
plamut merged 3 commits intogoogleapis:masterfrom
Conversation
Version bumps are needed, as timeouts were introduced to API core.
2 tasks
An empty zone label that was missing is added.
plamut
commented
Jan 10, 2020
| resource = Resource( | ||
| type="gae_app", labels={"module_id": "default", "version_id": "test"} | ||
| type="gae_app", | ||
| labels={"module_id": "default", "version_id": "test", "zone": ""}, |
Contributor
Author
There was a problem hiding this comment.
This is something that was already failing on master, does not seem to be caused by version bumps in this PR.
(I did not research when exactly the failure was introduced, though)
Contributor
There was a problem hiding this comment.
I remember seeing something about this. It sounds like it changed fairly recently in the backend.
busunkim96
approved these changes
Jan 10, 2020
| resource = Resource( | ||
| type="gae_app", labels={"module_id": "default", "version_id": "test"} | ||
| type="gae_app", | ||
| labels={"module_id": "default", "version_id": "test", "zone": ""}, |
Contributor
There was a problem hiding this comment.
I remember seeing something about this. It sounds like it changed fairly recently in the backend.
This was referenced Jan 29, 2020
Merged
Merged
Merged
This was referenced Jan 29, 2020
[CHANGE ME] Re-generated container to pick up changes in the API or client library generator.
#10256
Closed
parthea
pushed a commit
that referenced
this pull request
Nov 24, 2025
* Adjust request params assertion in test (timeout) * Update version pins for core dependencies Version bumps are needed, as timeouts were introduced to API core. * Adjust assertion in system test An empty zone label that was missing is added.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Towards #10088.
PR checklist