Uh oh!
There was an error while loading. Please reload this page.
Fix: Error Calling DNS#QOUTAS Issue: #1650 - #1651
Conversation
dhermes
commented
Mar 23, 2016
tseaver
commented
Mar 23, 2016
The point of |
ojengwa
commented
Mar 24, 2016
That makes sense, of course. However, I have two concerns:
|
dhermes
commented
Mar 24, 2016
@ojengwa Since the API is versioned, the response shouldn't change over time. Also the |
tseaver
commented
Mar 25, 2016
@ojengwa Thanks for the updates!
returndict([(key, int(value))
forkey, valueinresp['quota'].items()
ifkey!='kind'])
|
ojengwa
commented
Mar 25, 2016
I guess that works. Have being scratching my head tryna figure out why the |
tseaver
commented
Mar 25, 2016
Uncommitted local changes? The files changed page shows only the one file. |
ojengwa
commented
Mar 25, 2016
Nope. There's nothing to change again in the test case. |
tseaver
commented
Mar 25, 2016
ojengwa
commented
Mar 26, 2016
The |
dhermes
commented
Mar 28, 2016
tseaver
commented
Mar 28, 2016
Still unaddressed AFAICT:
|
fix failing tests remove typing from expected value remove schema marker from dns#quotas return value update test specs for dns.Client#quotas remove schema marker from dns#quotas return value update test specs for dns.Client#quotas remove schema marker from dns#quotas return value fix failing tests for dns#quotas return value conditional skipping of the `kind` key
ojengwa
commented
Mar 29, 2016
I have squashed the commits. |
ojengwa
commented
Mar 29, 2016
I don't see how that could work since we are already filtering out
|
tseaver
commented
Mar 29, 2016
Fix minor typos found via internal cl/713764938 Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
Provides numerous tweaks to correct for failing tests in prerelease testing.
chore: fix failing system tests due to version upgrade of urllib3. [2.6.0](https://urllib3.readthedocs.io/en/stable/changelog.html#id1) of urllib3 added security fixes for compressed data reads, which caused issues from #1642 to #1649 This PR temporarily mitigates failing system test to unblock other PRs. Actual fix will be tracked in b/466813444
I documented the error in the issue.