kubernetes/test/e2e/common
Patrick Ohly df5d84ae81 e2e: accept context from Ginkgo
Every ginkgo callback should return immediately when a timeout occurs or the
test run manually gets aborted with CTRL-C. To do that, they must take a ctx
parameter and pass it through to all code which might block.

This is a first automated step towards that: the additional parameter got added
with

    sed -i 's/\(framework.ConformanceIt\|ginkgo.It\)\(.*\)func() {$/\1\2func(ctx context.Context) {/' \
        $(git grep -l -e framework.ConformanceIt -e ginkgo.It )
    $GOPATH/bin/goimports -w $(git status | grep modified: | sed -e 's/.* //')

log_test.go was left unchanged.
2022-12-10 19:50:18 +01:00
..
network e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
node e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
storage e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
imports.go Cleanup tests/e2e/common directory - part 1 2021-02-24 20:44:14 +01:00
OWNERS Remove ehashman from sig-node roles 2022-11-01 12:16:43 -07:00
util.go update ginkgo from v1 to v2 and gomega to 1.19.0 2022-07-08 10:44:46 +08:00