kubernetes/test
Patrick Ohly be82872eff cronjob: shut down integration test quickly again
6f2cd1b5bd swapped the order of cancel() and
closeFn() so that closeFn got called first when the test was done. This caused
it to block while waiting for goroutines which themselves were waiting for
the context cancellation. The test still shut down, it just took ~86s instead
of ~30s.

The fix is to register the cancel twice: once as soon as the context is
created (to clean up in case of an unexpected panic) and once after
closeFn (because then it'll get called first, as before).
2023-03-08 17:26:47 +01:00
..
cmd Re-enable label selector 2023-02-20 09:10:51 +03:00
conformance turn field validation e2e tests into conformance tests 2023-02-27 14:39:21 -08:00
e2e Merge pull request #116298 from soltysh/simplify_sset_test 2023-03-07 09:40:45 -08:00
e2e_kubeadm e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
e2e_node test: Fix node e2e shutdown test flake 2023-03-06 15:38:45 -08:00
fixtures Updating pause image refernces to 3.9 2022-11-14 10:24:54 -08:00
fuzz
images node: device-mgr: sample device plugin: control registration process 2023-03-01 10:00:52 +00:00
instrumentation include beta metrics in documentation and update docs for metrics 2023-03-01 11:32:19 -08:00
integration cronjob: shut down integration test quickly again 2023-03-08 17:26:47 +01:00
kubemark Drop unsupported iks configuration for kubemark 2022-09-25 17:33:22 -04:00
list
soak/serve_hostnames fix typos 2022-06-15 13:38:48 +09:00
typecheck Avoid typechecking stdlib 2023-01-28 23:32:50 -05:00
utils Add integration tests 2023-03-06 21:51:33 -05:00
OWNERS test/OWNERS: add pohly as approver 2023-01-09 09:54:10 +01:00