kubernetes/test/integration/kubelet
mattjmcnaughton bd6d411010
Fix test/integration/kubelet staticcheck failures
`test/integration/kubelet` was failing staticcheck because it was
calling `t.Fatal` from the non-main Go routine. Address this by sending
errors causing t.Fatal back to a channel. The main thread can then
iterate through this channel, and call t.Fatal if there are any errors
in the channel.
2019-10-04 11:37:59 -04:00
..
BUILD Bug fix: failed to run integration test by using bazel 2019-05-17 11:19:55 +08:00
main_test.go
watch_manager_test.go Fix test/integration/kubelet staticcheck failures 2019-10-04 11:37:59 -04:00