-
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
UPSTREAM: 23894: OOM errors when processes exit rapidly #8412
Conversation
[test] |
@smarterclayton upstream PR was updated and hopefully will fix the type issues in all the right places (by removing the type assertions). |
Updated against upstream |
Conformance tests failed, again with the update-demo scaling an RC test. But it doesn't appear to be the same failure text. Still tracking it down. But I did notice that the docker.log that's captured in the jenkins artifacts isn't complete. For example, the failing test created its first container that had an issue at 12:04, but the contents of docker.log starts at 12:08 😢 |
#8441 is the other failure. |
You can extend the docker log time. Going up to 30m is probably fine. |
How do we do that? I'll spin up a rhel7 vm in ec2 to try to repro manually. |
It's in the test failure trap where we shut down the server - we grab the docker logs from the journal in hack/test-end-to-end-docker.sh |
[test] |
Updated |
Because we run tests in parallel, each test's namespace needs to be added to the various SCCs to ensure upstream e2es can pass against OpenShift's security model. It looks like that code was resulting in each namespace stomping on the other namespaces such that only a single e2e namespace at a time was ever a member of the various SCCs. #8465 should fix this issue. |
@smarterclayton looking at it |
@jwforres new font-awesome update today is breaking us |
[test] |
Flaked #8399 [test] On Mon, Apr 11, 2016 at 7:50 PM, OpenShift Bot [email protected]
|
Evaluated for origin test up to 9ec799d |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/2913/) |
Flaked on
|
Have not seen OOMs reoccur - [merge] |
I think that flake is an extended flake w.r.t. the policy cache falling behind. Not sure though - @deads2k? |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/5568/) (Image: devenv-rhel7_3953) |
Evaluated for origin merge up to 9ec799d |
It's likely. We have a method |
@pecameron this already merged. No need to re-test. |
Man, he meant it too. :) |
This is on the bubble for 1.2 but I wanted to see if it helps clear up our failures
@ncdc @derekwaynecarr @liggitt [test]