We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seen here: https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_check/1531/testReport/junit/github.com_openshift_origin_vendor_k8s/io_kubernetes_pkg_controller_node/TestUpdateNode/
github.com/openshift/origin/vendor/k8s.io/kubernetes/pkg/controller/node.TestUpdateNode (from github.com_openshift_origin_vendor_k8s.io_kubernetes_pkg_controller_node) === RUN TestUpdateNode --- FAIL: TestUpdateNode (4.71s) taint_controller_test.go:440: Only one added taint tolerated: Unexepected test result. Expected delete true, got false
The text was updated successfully, but these errors were encountered:
@sttts maybe related to #13941 ?
Sorry, something went wrong.
(also there is a typo in the error message ;-)
#13941 was only bad timing in the tests, time.Sleeps. Will take a look here.
time.Sleeps
This involves timing as well. It starts the controller, waits 200ms and hopes that the controller process everything.
sttts
Successfully merging a pull request may close this issue.
Seen here: https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_check/1531/testReport/junit/github.com_openshift_origin_vendor_k8s/io_kubernetes_pkg_controller_node/TestUpdateNode/
The text was updated successfully, but these errors were encountered: