Skip to content

Instantly share code, notes, and snippets.

@jsafrane
Created May 29, 2015 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsafrane/6dc167d752a70a570b7e to your computer and use it in GitHub Desktop.
Save jsafrane/6dc167d752a70a570b7e to your computer and use it in GitHub Desktop.
bash$ _output/local/go/bin/e2e.test --host="127.0.0.1:8080" --provt*" --kubeconfig="$HOME/.kube/config".focus="Persistent
>>> testContext.KubeConfig: /home/jsafrane/.kube/config
INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'default' to be running and ready
INFO: 0 / 0 pods in namespace 'default' are running and ready (0 seconds elapsed)
Running Suite: Kubernetes e2e suite
===================================
Random Seed: 1432915344 - Will randomize all specs
Will run 1 of 64 specs
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
------------------------------
persistentVolumes
PersistentVolume
/home/jsafrane/project/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/persistent_volumes.go:107
[BeforeEach] persistentVolumes
/home/jsafrane/project/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/persistent_volumes.go:45
>>> testContext.KubeConfig: /home/jsafrane/.kube/config
[It] PersistentVolume
/home/jsafrane/project/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/persistent_volumes.go:107
STEP: creating nfs server pod
INFO: Waiting up to 5m0s for pod nfs-server status to be running
INFO: Waiting for pod 'nfs-server' in namespace 'e2e-tests-pv-ccfab399-3a5a-4240-943f-e5a568156103' status to be '"running"' (found phase: '"Pending"', readiness: false) (17.248316ms)
INFO: Waiting for pod 'nfs-server' in namespace 'e2e-tests-pv-ccfab399-3a5a-4240-943f-e5a568156103' status to be '"running"' (found phase: '"Pending"', readiness: false) (5.018828964s)
STEP: locating the server pod
STEP: sleeping a bit to give the server time to start
INFO: NFS server IP address: 172.17.0.194
INFO: Creating PersistentVolume using NFS
INFO: Creating PersistentVolumeClaim
INFO: Deleting PersistentVolumeClaim to trigger PV Recycling
STEP: Creating a pod to test the volume was scrubbed
INFO: Waiting up to 5m0s for pod checker-7de70334-061c-11e5-8abb-3c970e965218 status to be success or failure
INFO: No Status.Info for container 'checker-7de704a4-061c-11e5-8abb-3c970e965218' in pod 'checker-7de70334-061c-11e5-8abb-3c970e965218' yet
INFO: Waiting for pod 'checker-7de70334-061c-11e5-8abb-3c970e965218' in namespace 'e2e-tests-pv-ccfab399-3a5a-4240-943f-e5a568156103' status to be '"success or failure"' (found phase: '"Pending"', readiness: false) (4.20525ms)
STEP: Saw pod success
STEP: Trying to get logs from node 127.0.0.1 pod checker-7de70334-061c-11e5-8abb-3c970e965218 container checker-7de704a4-061c-11e5-8abb-3c970e965218: <nil>
STEP: pod logs:index.html does not exist
STEP: cleaning the environment after nfs
[AfterEach] persistentVolumes
/home/jsafrane/project/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/persistent_volumes.go:52
STEP: Destroying namespace for this suite e2e-tests-pv-ccfab399-3a5a-4240-943f-e5a568156103
• [SLOW TEST:175.310 seconds]
persistentVolumes
/home/jsafrane/project/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/persistent_volumes.go:108
PersistentVolume
/home/jsafrane/project/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/persistent_volumes.go:107
------------------------------
SSSSSSSSSSSSSSSSSSSSSSSSSSSS
Ran 1 of 64 Specs in 175.310 seconds
SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 63 Skipped PASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment