-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Test Flake] tf_job_simple_test needs retries for ks init to deal with git connection issues #1128
Labels
Comments
jlewi
added
area/testing
priority/p1
area/tfjob
Issues related to TFJobs.
area/0.3.0
labels
Jul 5, 2018
@jlewi I think we should consider adding
|
Good idea. |
jlewi
added a commit
to jlewi/kubeflow
that referenced
this issue
Jul 6, 2018
…ksonnet app. * Skip install the default registries because we don't need them and talking to Git just creates a source of flakiness. * Add retries to setting up the ksonnet app. Fix kubeflow#1128
jlewi
added a commit
to jlewi/kubeflow
that referenced
this issue
Jul 6, 2018
* Make the tf_job_simple test robust to test flakes due to problems initializing the ksonnet app. * Skip install the default registries because we don't need them and talking to Git just creates a source of flakiness. * Add retries to setting up the ksonnet app. Fix kubeflow#1128 * Fix flake in minikube test wait_for_operation should just rety on socket errors. Fix kubeflow#1137
k8s-ci-robot
pushed a commit
that referenced
this issue
Jul 7, 2018
…ksonnet app (#1133) * Fix issues causing test flakes. * Make the tf_job_simple test robust to test flakes due to problems initializing the ksonnet app. * Skip install the default registries because we don't need them and talking to Git just creates a source of flakiness. * Add retries to setting up the ksonnet app. Fix #1128 * Fix flake in minikube test wait_for_operation should just rety on socket errors. Fix #1137 * Fix incorrect import; sock -> socket.
saffaalvi
pushed a commit
to StatCan/kubeflow
that referenced
this issue
Feb 11, 2021
…ksonnet app (kubeflow#1133) * Fix issues causing test flakes. * Make the tf_job_simple test robust to test flakes due to problems initializing the ksonnet app. * Skip install the default registries because we don't need them and talking to Git just creates a source of flakiness. * Add retries to setting up the ksonnet app. Fix kubeflow#1128 * Fix flake in minikube test wait_for_operation should just rety on socket errors. Fix kubeflow#1137 * Fix incorrect import; sock -> socket.
surajkota
pushed a commit
to surajkota/kubeflow
that referenced
this issue
Jun 13, 2022
Signed-off-by: Abhilash Pallerlamudi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See stack trace below. The test failed because ks init had a connection error trying to read from
git. We should have retries to deal with this.
The text was updated successfully, but these errors were encountered: