mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 11:28:58 +00:00
Not canceling the parent context made sense, but the new context should be cancelable like any other TContext. Found when passing tCtx.WithoutCancel() to StartTestServer and the tear-down function got stuck because it couldn't cancel the context.