Closed
Description
We're trying to fix a flaky VolumeSnapshot test, after we reordered some of the test statements in kubernetes/kubernetes#107173 we checked testgrid and saw that the test was still flaky (for example this run), moreover, after analyzing the logs we saw that it was logging the statements in a different order than the latest in Kubernetes master, we found out the following:
- the
k8s-integration
binary downloads the latest code of Kubernetes master and callsmake quick-release
ref, in the logs we saw thate2e.test
was generated. - kube-up is called with these binaries
- after the CSI Driver is installed it looks like another release of kubernetes is downloaded again, we suspect that the
e2e.test
binary taken is from this release and not the one that was recently compiled
Logs for the last point:
I0111 05:09:49.697] Running Tests
I0111 05:09:49.697] [kubetest2 gce --test=ginkgo --legacy-mode --repo-root=/tmp/gcp-pd-driver-tmp2860208485/kubernetes --artifacts=/workspace/_artifacts/sc-balanced -- --focus-regex=External.Storage --skip-regex=\[Disruptive\]|\[Serial\] --parallel=4 --test-args=--storage.testdriver=/go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/test/k8s-integration/config/test-config.yaml ]
W0111 05:09:51.890] Copying gs://kubernetes-release/release/v1.24.0-alpha.1/kubernetes-test-linux-amd64.tar.gz...
W0111 05:09:51.892] / [0 files][ 0.0 B/250.5 MiB]
==> NOTE: You are downloading one or more large file(s), which would
W0111 05:09:51.892] run significantly faster if you enabled sliced object downloads. This
W0111 05:09:51.892] feature is enabled by default but requires that compiled crcmod be
W0111 05:09:51.892] installed (see "gsutil help crcmod").
W0111 05:09:51.893]
W0111 05:09:55.154] -
- [0 files][111.9 MiB/250.5 MiB]
\
|
| [0 files][215.8 MiB/250.5 MiB]
| [1 files][250.5 MiB/250.5 MiB]
/
W0111 05:09:55.154] Operation completed over 1 objects/250.5 MiB.
W0111 05:10:01.477] Copying gs://kubernetes-release/release/v1.24.0-alpha.1/bin/linux/amd64/kubectl...
W0111 05:10:02.124] / [0 files][ 0.0 B/ 44.4 MiB]
/ [1 files][ 44.4 MiB/ 44.4 MiB]
-
W0111 05:10:02.125] Operation completed over 1 objects/44.4 MiB.
W0111 05:10:02.337] I0111 05:10:02.336492 91477 ginkgo.go:90] Running ginkgo test as /workspace/_artifacts/sc-balanced/83ff6ea8-7298-11ec-8d10-025796222358/ginkgo [--nodes=4 /workspace/_artifacts/sc-balanced/83ff6ea8-7298-11ec-8d10-025796222358/e2e.test -- --kubeconfig=/root/.kube/config --kubectl-path=/workspace/_artifacts/sc-balanced/83ff6ea8-7298-11ec-8d10-025796222358/kubectl --ginkgo.flakeAttempts=1 --ginkgo.skip=\[Disruptive\]|\[Serial\] --ginkgo.focus=External.Storage --report-dir=/workspace/_artifacts/sc-balanced/83ff6ea8-7298-11ec-8d10-025796222358 --storage.testdriver=/go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/test/k8s-integration/config/test-config.yaml]
Metadata
Metadata
Assignees
Labels
No labels