-
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
Updating list_metrics() to Iterator pattern. #2653
Conversation
fc6e57f
to
5b33597
Compare
@daspecster @tseaver PTAL |
pyilnt failure:
|
5b33597
to
ce40029
Compare
Ahhhh! Darn rebases. PTAL. Was that your only issue? |
I didn't really review it in detail since Travis was red. |
OK well it's good to go now. LMK what you think |
returned = { | ||
'metrics': METRICS, | ||
} | ||
client.connection = _Connection(returned) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
token = iterator.next_page_token | ||
|
||
# First check the token. | ||
self.assertIsNone(token) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
ce40029
to
9cf835c
Compare
@tseaver PTAL |
…rics Updating list_metrics() to Iterator pattern.
NOTE: Has #2651 as diffbase. Unit test changes will be forthcoming.