kubernetes/test/utils/ktesting
Patrick Ohly e999d595b1 testing: partial revert of E2E + DRA upgrade/downgrade
Refactoring the DRA upgrade/downgrade testing such that it runs as Go test
depended on supporting ktesting in the E2E framework. That change worked during
presubmit testing, but broke some periodic jobs. Therefore the relevant commits
from https://github.com/kubernetes/kubernetes/pull/135664/commits get reverted:

c47ad64820 DRA e2e+integration: test ResourceSlice controller
047682908d ktesting: replace Begin/End with TContext.Step
de47714879 DRA upgrade/downgrade: rewrite as Go unit test
7c7b1e1018 DRA e2e: make driver deployment possible in Go unit tests
65ef31973c DRA upgrade/downgrade: split out individual test steps
47b613eded e2e framework: support creating TContext

The last one is what must have caused the problem, but the other commits depend
on it.
2026-01-11 09:55:17 +01:00
..
examples build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
initoption ktesting: support capturing log output 2024-06-26 08:11:31 +02:00
internal ktesting: support capturing log output 2024-06-26 08:11:31 +02:00
assert.go ktesting: more flexible Eventually/Consistently 2026-01-07 14:11:33 +01:00
assert_test.go ktesting: shorter error logging in WithError 2026-01-07 14:11:33 +01:00
clientcontext.go ktesting: reimplement without interface 2026-01-05 13:45:03 +01:00
contexthelper.go ktesting: reimplement without interface 2026-01-05 13:45:03 +01:00
contexthelper_test.go ktesting: ut flake fix for CI 2024-02-26 07:26:20 -05:00
doc.go ktesting: add TContext 2024-02-11 10:51:38 +01:00
errorcontext.go ktesting: shorter error logging in WithError 2026-01-07 14:11:33 +01:00
errorcontext_test.go fix: enable and fixes rules from testifylint on test package 2024-06-30 05:44:47 +00:00
helper_test.go ktesting: reimplement without interface 2026-01-05 13:45:03 +01:00
klogcontext.go ktesting: reimplement without interface 2026-01-05 13:45:03 +01:00
ktesting.go ktesting: avoid increasing default verbosity 2026-01-09 14:54:09 +01:00
main_test.go ktesting: improve unit test coverage 2024-02-22 12:04:42 +01:00
signals.go ktesting: improve unit test coverage 2024-02-22 12:04:42 +01:00
signals_non_win.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
signals_win.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
stepcontext.go testing: partial revert of E2E + DRA upgrade/downgrade 2026-01-11 09:55:17 +01:00
stepcontext_test.go ktesting: reimplement without interface 2026-01-05 13:45:03 +01:00
tcontext.go ktesting: add namespace support 2026-01-05 13:45:03 +01:00
tcontext_test.go ktesting: add namespace support 2026-01-05 13:45:03 +01:00
withcontext.go ktesting: reimplement without interface 2026-01-05 13:45:03 +01:00