-
Notifications
You must be signed in to change notification settings - Fork 4.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
Extended.deploymentconfigs with failing hook [Conformance] should get all logs from retried hooks #11630
Comments
Note: This was with docker 1.12 Might be related to: https://bugzilla.redhat.com/show_bug.cgi?id=1389474 |
I don't think this is related to the bug. There is a change in what's logged between docker 1.10 and 1.12. 1.10
1.12
As you can see, 1.12 doesn't log the failure in the container's logs like 1.10 did. |
The offender is this deployment test fixture. I'll submit a PR which makes the test case portable across docker versions. |
should we be concerned that a previously working command no longer runs? |
Use a more stable and predictable command to exercise failing pre-hooks with retries. The former command assumed specific Docker 1.10 behavior whereby missing commands produced error messages in the container output stream, an assumption which no longer holds true in Docker 1.12. The fixture and test assertions should now be portable across Docker versions. Fixes openshift#11630
@liggitt it never ran before... |
Should we be concerned about this is the correct question |
If you |
https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_conformance/7944/
https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_conformance/7944/testReport/junit/(root)/Extended/deploymentconfigs_with_failing_hook__Conformance__should_get_all_logs_from_retried_hooks/
Stacktrace
The text was updated successfully, but these errors were encountered: