| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Version bumps are needed, as timeouts were introduced to API core.
An empty zone label that was missing is added.
| resource = Resource( | ||
| type="gae_app", labels={"module_id": "default", "version_id": "test"} | ||
| type="gae_app", | ||
| labels={"module_id": "default", "version_id": "test", "zone": ""}, |
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)
Sorry, something went wrong.
There was a problem hiding this comment.
I remember seeing something about this. It sounds like it changed fairly recently in the backend.
Sorry, something went wrong.
| resource = Resource( | ||
| type="gae_app", labels={"module_id": "default", "version_id": "test"} | ||
| type="gae_app", | ||
| labels={"module_id": "default", "version_id": "test", "zone": ""}, |
There was a problem hiding this comment.
I remember seeing something about this. It sounds like it changed fairly recently in the backend.
Sorry, something went wrong.
* 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.
| Back | FazBrowse Home | New Git URL |
Towards #10088.
PR checklist