Skip to content
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

Add retries to downloadEmulator() to mitigate transient network issues #3719

Merged
merged 4 commits into from
Sep 25, 2018

Conversation

JesseLovelace
Copy link
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 21, 2018
.andReturn(mockURLConnection).times(1);
EasyMock.replay(mockURLStreamHandler, mockURLConnection);

URL url = new URL (mockProtocol, null, 0, mockFile, mockURLStreamHandler);

This comment was marked as spam.

@chingor13 chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 25, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 25, 2018
@JesseLovelace JesseLovelace merged commit 2c284dd into googleapis:master Sep 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants