mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
Merge pull request #129615 from pohly/log-client-go-tools-cache-apis-fix
client-go/tools/cache: fix TestAddWhileActive
This commit is contained in:
commit
1a9feed0cd
@ -1077,7 +1077,6 @@ func TestAddWhileActive(t *testing.T) {
|
|||||||
wg.Wait()
|
wg.Wait()
|
||||||
}()
|
}()
|
||||||
|
|
||||||
go informer.Run(stop)
|
|
||||||
source.Add(&v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "pod1"}})
|
source.Add(&v1.Pod{ObjectMeta: metav1.ObjectMeta{Name: "pod1"}})
|
||||||
|
|
||||||
if !listener1.ok() {
|
if !listener1.ok() {
|
||||||
|
Loading…
Reference in New Issue
Block a user