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

Retry on ssl.SSLError in vm_util - this resolves test flakiness #987

Merged
merged 2 commits into from
Jun 13, 2018
Merged

Retry on ssl.SSLError in vm_util - this resolves test flakiness #987

merged 2 commits into from
Jun 13, 2018

Conversation

ankushagarwal
Copy link
Contributor

@ankushagarwal ankushagarwal commented Jun 13, 2018

This change is Reviewable

@ankushagarwal ankushagarwal changed the title WIP - Don't Review - Test Failures Retry on ssl.SSLError in vm_util - this resolves test flakiness Jun 13, 2018
@ankushagarwal
Copy link
Contributor Author

/assign @lluunn

@ankushagarwal
Copy link
Contributor Author

/assign @lluunn

op = client.globalOperations().get(project=project,
operation=op_id).execute()
except ssl.SSLError as e:
logging.error("Ignoring error %s", e)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should continue?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Ankush Agarwal added 2 commits June 13, 2018 10:27
This causes test flakiness
@lluunn
Copy link
Contributor

lluunn commented Jun 13, 2018

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lluunn

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 867e74e into kubeflow:master Jun 13, 2018
@ankushagarwal ankushagarwal deleted the test-failures branch June 14, 2018 16:32
saffaalvi pushed a commit to StatCan/kubeflow that referenced this pull request Feb 11, 2021
…flow#987)

* Handle ssl.SSLError in vm_util

This causes test flakiness

* Update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants