-
Notifications
You must be signed in to change notification settings - Fork 40k
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
TestCreateWithNonExistentOwner {garbagecollector} #30228
Comments
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-test-go/15861/ Failed: TestCreateWithNonExistentOwner {garbagecollector}
|
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-test-go/15872/ Failed: TestCreateWithNonExistentOwner {garbagecollector}
|
Seems like this should be looked at by the node team - not sure what this feature does. |
@pwittrock I might have missed this if you mentioned it in today's community meeting but are we allowed to move the flakes to the correct team once triaged ? This looks like it should be the node team (pod garbage collection). |
@girishkalele Yes. Please have someone from the node team take ownership. Remove the label once the correct owner has ack'ed |
@dchen1107 Does this look like an issue the Node team should own? |
@girishkalele Please coordinate with @dchen1107 to find the correct owner, and then remove the label |
@caesarxuchao maybe you can take a look? |
Yeah, I'll take it. @lavalamp could you approve https://github.com/kubernetes/kubernetes/pull/30316/files? It will help debug this issue. |
Done! On Fri, Aug 26, 2016 at 3:53 PM, Chao Xu notifications@github.com wrote:
|
[FLAKE-PING] @caesarxuchao This flaky-test issue would love to have more attention. |
https://console.cloud.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/31797/kubernetes-pull-test-unit-integration/42778/artifacts/ |
This one doesn't have the syncing error. |
[FLAKE-PING] @caesarxuchao This flaky-test issue would love to have more attention. |
1 similar comment
[FLAKE-PING] @caesarxuchao This flaky-test issue would love to have more attention. |
It doesn't happen for 8 days, down grade the priority. |
It happened here: #32471 |
|
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-test-go/16991/ Failed: TestCreateWithNonExistentOwner {garbagecollector}
|
Automatic merge from submit-queue Set --alsologtostderr=true in integration test Without the flag, no glog output are stored in the test results. The logs are useful for debugging flaky tests like #30228. The change also reveals a lot of messages like `W0912 14:19:32.306719 25386 cacher.go:468] Terminating all watchers from cacher *api.LimitRange`, which doesn't seem right.
[FLAKE-PING] @caesarxuchao This flaky-test issue would love to have more attention. |
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-test-go/17114/ Failed: TestCreateWithNonExistentOwner {garbagecollector}
|
[FLAKE-PING] @caesarxuchao This flaky-test issue would love to have more attention. |
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-test-go/17263/ Failed: TestCreateWithNonExistentOwner {garbagecollector}
|
Log showed GC tried to delete the pod:
So the problem is in the test, it should just poll for the deletion of the pod, rather than relying on the |
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-test-go/17355/ Failed: TestCreateWithNonExistentOwner {garbagecollector}
|
[FLAKE-PING] @caesarxuchao This flaky-test issue would love to have more attention. |
…tentOwner Automatic merge from submit-queue Fix TestCreateWithNonExistentOwner Fix #30228 As #30228 (comment) described, the GC did delete the garbage, it's the test logic failed. The test used to rely on `gc.QueuesDrained()`, which could return before the GC finished processing. It seems to be the only possible reason of the test failure. Hence, this PR changed the test to poll for the deletion of garbage.
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-test-go/15489/
Failed: TestCreateWithNonExistentOwner {garbagecollector}
The text was updated successfully, but these errors were encountered: