Files
kubernetes/test/integration
Kir Kolyshkin 8820f4d381 TestWatchRestartsIfTimeoutNotReached: fix
This fixes the following error:

> test/integration/apimachinery/watch_restart_test.go:232:5: call to (*T).Fatalf from a non-test goroutine

Update: the previous fix (commit 1ce55e3afe that uses panic)
looks way too severe; it seems it is enough to call t.Errorf and return
from goroutine. The test will time out and fail anyway.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2022-03-23 10:19:38 -07:00
..
2022-03-14 20:05:45 +01:00
2022-02-15 10:46:13 -05:00
2021-12-16 16:48:58 +01:00
2022-03-21 16:16:13 -07:00
2021-11-01 10:29:00 -04:00