mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
commit
dda6327898
@ -274,7 +274,7 @@ func TestLotsOfEvents(t *testing.T) {
|
|||||||
APIVersion: "v1beta1",
|
APIVersion: "v1beta1",
|
||||||
}
|
}
|
||||||
for i := 0; i < maxQueuedEvents; i++ {
|
for i := 0; i < maxQueuedEvents; i++ {
|
||||||
go Event(ref, "Status", "Reason", strconv.Itoa(i))
|
go Event(ref, "Reason", strconv.Itoa(i))
|
||||||
}
|
}
|
||||||
// Make sure no events were dropped by either of the listeners.
|
// Make sure no events were dropped by either of the listeners.
|
||||||
for i := 0; i < maxQueuedEvents; i++ {
|
for i := 0; i < maxQueuedEvents; i++ {
|
||||||
|
Loading…
Reference in New Issue
Block a user