kubernetes/test/e2e/framework/internal/unittests
Patrick Ohly f0cc053544 e2e framework: enable extending TimeoutContext
If we were to add new fields in TimeoutContext, the current users of
NewFrameworkWithCustomTimeouts might run into failures unless they get modified
to also set those new fields. This is error-prone.

A better approach is to let users of NewFrameworkWithCustomTimeouts override
fields by setting just those and use the normal defaults for the others.
2023-01-03 17:01:33 +01:00
..
cleanup e2e framework: verify JUnit result, not the in-memory structs 2022-12-21 07:55:07 +01:00
framework_test.go e2e framework: enable extending TimeoutContext 2023-01-03 17:01:33 +01:00