kubernetes/test/utils/ktesting
Patrick Ohly 1d653e6185 test: use cancelation from ktesting
The return type of ktesting.NewTestContext is now a TContext. Code
which combined it WithCancel often didn't compile anymore (cannot overwrite
ktesting.TContext with context.Context). This is a good thing because all of
that code can be simplified to let ktesting handle the cancelation.
2024-03-01 07:51:22 +01:00
..
examples ktesting: add TContext 2024-02-11 10:51:38 +01:00
initoption ktesting: add TContext 2024-02-11 10:51:38 +01:00
internal ktesting: add TContext 2024-02-11 10:51:38 +01:00
assert_test.go ktesting: improve unit test coverage 2024-02-22 12:04:42 +01:00
assert.go ktesting: doc updates and fixes 2024-02-25 18:13:58 +01:00
clientcontext.go ktesting: add TContext 2024-02-11 10:51:38 +01:00
contexthelper_test.go ktesting: ut flake fix for CI 2024-02-26 07:26:20 -05:00
contexthelper.go ktesting: add TContext 2024-02-11 10:51:38 +01:00
doc.go ktesting: add TContext 2024-02-11 10:51:38 +01:00
errorcontext_test.go ktesting: add TContext 2024-02-11 10:51:38 +01:00
errorcontext.go ktesting: add missing methods to error context 2024-02-22 11:43:54 +01:00
helper_test.go ktesting: improve unit test coverage 2024-02-22 12:04:42 +01:00
klogcontext.go ktesting: add TContext 2024-02-11 10:51:38 +01:00
ktesting.go test: use cancelation from ktesting 2024-03-01 07:51:22 +01:00
main_test.go ktesting: improve unit test coverage 2024-02-22 12:04:42 +01:00
signals_non_win.go ktesting: add TContext 2024-02-11 10:51:38 +01:00
signals_win.go ktesting: add TContext 2024-02-11 10:51:38 +01:00
signals.go ktesting: improve unit test coverage 2024-02-22 12:04:42 +01:00
stepcontext_test.go ktesting: improve unit test coverage 2024-02-22 12:04:42 +01:00
stepcontext.go ktesting: improve unit test coverage 2024-02-22 12:04:42 +01:00
tcontext_test.go ktesting: improve unit test coverage 2024-02-22 12:04:42 +01:00
tcontext.go ktesting: doc updates and fixes 2024-02-25 18:13:58 +01:00
withcontext.go ktesting: add TContext 2024-02-11 10:51:38 +01:00