-
Notifications
You must be signed in to change notification settings - Fork 18
test:Change test order until swarm + openshift issue is fixed. #833
Conversation
d438294
to
74ce698
Compare
kubernetes qa-passed 👍 |
1 similar comment
kubernetes qa-passed 👍 |
Is that "Fixes" issue number correct? |
@jodh-intel - I think this is just a 'test run' PR - just to extract some info from the CI system, so the fixes number is quite possibly fake'd up, but probably had to have something to get past the |
as such, I've marked as DNM - @jcvenegas - feel free to change that to reflect reality if you need. |
74ce698
to
c5122b0
Compare
@grahamwhaley @jodh-intel , yes - @chavafg could not have a reproducible way to know what is the makes fail fedora 26. I want some logs from here. |
kubernetes qa-passed 👍 |
c5122b0
to
05c8168
Compare
kubernetes qa-passed 👍 |
44c46b2
to
10a8839
Compare
@jodh-intel @sameo @chavafg removing swarm test from the ci confirms that when we use swarm is cc-runtime list breaks. I would like to remove it while we can confirm what is why what is the case that we miss to not cleanup swarm containers correctly. This is happneing with docker 17.09 - 17.12. And we dont have support netwoking support for this versions. So were not doing a big testing here. |
And also I like to print cc-runtime logs in case of errors. |
@mcastelino any issue to skip swarm test ? Until we can have it more robust ? @GabyCT also we probably need to add extra testing to know the runtime works correctly after run tests like swarm or even just do quick tests after run all our tests. |
@jcvenegas also by moving the swarm test to be executed first, everything works correctly, which is very strange |
@chavafg So could be a combination of running swarm and tests ? |
maybe, but I don't understand why. |
@jcvenegas which is the failing that you are obtaining after running swarm? did you try it with #831 which is cleaning the environment |
This is a workarrond to allow the ci work until clearcontainers/runtime#902 is fixed Fixes: clearcontainers#835 Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
10a8839
to
9108c3d
Compare
ok @jcvenegas lgtm |
@chavafg yes, we need a reducible test to know what how to fix it. Looking at logs dont see something obvious. But a lot of warns and issues that we should try to reduce. @GabyCT well not clear, but the swarm test are the last that are executed before openshift and after run them @jodh-intel @grahamwhaley sorry if this PR is more like a workarround but please check if you want to merge it until the root cause if found. |
I edited the PR message to set the fixes to the correct Issue (it was self-referencing the PR number) Given we really need the CI working, and we have the Issue open to track the core problem, this is fine with me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Debug why cc-runtime is now woking after swarm test we need to keep checking our PRs move the order of the tests.
Because sometimes an issue can only be reproduced in CI add a function to show cc-runtime logs on error.
Fixes: #835