Skip to content

Instantly share code, notes, and snippets.

@mbforbes
Last active August 29, 2015 14:21
Show Gist options
  • Save mbforbes/99f9506b83b82da476da to your computer and use it in GitHub Desktop.
Save mbforbes/99f9506b83b82da476da to your computer and use it in GitHub Desktop.
Reboot test failure — density (start 3 pods per node)
Density
[Performance suite] should allow starting 3 pods per node
/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/density.go:164
[BeforeEach] Density
/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/density.go:60
>>> testContext.KubeConfig: /Users/maxforbes/.kube/config
[It] [Performance suite] should allow starting 3 pods per node
/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/density.go:164
STEP: Creating replication controller my-hostname-density6-843c3b4c-f8e8-11e4-a6a4-80e6500c3b04
STEP: Making sure all 6 replicas exist
INFO: Controller my-hostname-density6-843c3b4c-f8e8-11e4-a6a4-80e6500c3b04: Found 6 pods out of 6
STEP: Waiting for all 6 replicas to be running with a max container failures of 1
INFO: Pod States: 6 running, 0 pending, 0 waiting, 0 unknown
INFO: E2E startup time for 6 pods: 10.294040476s
STEP: Waiting for all events to be recorded
INFO: Found 42 events
INFO: - reason: successfulCreate, source: replication-controller -> 6
E0512 13:50:46.554943 21498 reflector.go:165] watch of *api.Event ended with: Stop requested
INFO: - reason: scheduled, source: scheduler -> 6
INFO: - reason: pulled, source: kubelet -> 6
INFO: - reason: created, source: kubelet -> 12
INFO: - reason: started, source: kubelet -> 12
[AfterEach] Density
/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/density.go:85
STEP: Cleaning up the replication controller
STEP: Deleting replication controller my-hostname-density6-843c3b4c-f8e8-11e4-a6a4-80e6500c3b04 in namespace e2e-tests-density-98413926-aed3-4df2-9db8-6a54851d8157
STEP: Destroying namespace for this suite e2e-tests-density-98413926-aed3-4df2-9db8-6a54851d8157
INFO: WARNING - requests with too high latency: {verb:PROXY resource:services quantile:0.5 latency:70068433000}
INFO: WARNING - requests with too high latency: {verb:PROXY resource:services quantile:0.9 latency:70080847000}
INFO: WARNING - requests with too high latency: {verb:PROXY resource:services quantile:0.99 latency:70080847000}
INFO: WARNING - requests with too high latency: {verb:proxy resource:services quantile:0.5 latency:70068424000}
INFO: WARNING - requests with too high latency: {verb:proxy resource:services quantile:0.9 latency:70080839000}
INFO: WARNING - requests with too high latency: {verb:proxy resource:services quantile:0.99 latency:70080839000}
• Failure in Spec Teardown (AfterEach) [24.159 seconds]
Density
/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/density.go:166
[Performance suite] should allow starting 3 pods per node [AfterEach]
/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/density.go:164
Expected
<int>: 6
not to be >
<int>: 0
/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/density.go:84
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment