mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-12 21:54:19 -04:00
This addresses a problem caused by https://github.com/kubernetes/kubernetes/pull/112043: because the AfterEach which invokes AllNodesReady always runs, including tests that skipped early, those tests ran into a nil pointer access. This increased the size of log files. The tests still worked. |
||
|---|---|---|
| .. | ||
| init | ||
| helper.go | ||
| node_killer.go | ||
| resource.go | ||
| runtimeclass.go | ||
| ssh.go | ||
| wait.go | ||
| wait_test.go | ||