-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Testing] python presubmit tests failing 2021.3.1 #5209
Comments
Found in #5196 Why did it require docker? |
The test log seems to be messed up. The docker requirement is from another test which somehow didn't shown as "FAILED". That test explicitly asks for testing with
Not sure if it was this error that messed up the subsequent tests. Did we recently remove docker from the CI test environment? |
I don't think we ever had docker there, in the CI test env, tests are run inside a Pod, so there shouldn't be docker there. The test was introduced in #4983, curious why it didn't fail originally |
Then I was probably mistaken -- the missing docker error likely didn't fail the test. Although I think we should eliminate such error anyway. Besides, a UT shouldn't have dependencies on docker, best practice should be using mock here. That left one possibility: the other test was flaky. Reopen this issue as P1, I'll spend some time debugging the flaky test some time this week. |
On first glance the |
Right, I realized that. Missing docker didn't fail the test, it yields the same expected behavior though through a different route: "docker not found" vs "image not found". |
https://oss-prow.knative.dev/view/gs/oss-prow/pr-logs/pull/kubeflow_pipelines/5196/kubeflow-pipelines-sdk-python36/1365228134722441216
/assign @chensun
The text was updated successfully, but these errors were encountered: