Closed
Description
Describe the bug
Many recent flakes have had errors that looks like so (just choosing one example, but there are others). These cause flaky tests, so we should really figure out what's going on here so that our tests stability improves.
TestChannelBasedBrokerWithManyTriggers/Channel-messaging.knative.dev/v1/test_default_broker_with_many_attribute_triggers_using_v1beta1_trigger: event_info_store.go:111: Failed to start the EventInfoStore associated to pod 'dumper-testany-testany--extname2-extvalue2': timeout waiting for recordevents pod to come up: http get error: Get "http://localhost:40258/minmax": dial tcp 127.0.0.1:40258: connect: connection refused
Expected behavior
Test infra to be more robust towards failures.
To Reproduce
Look at some recent flakey tests failures and grep for this string.
Knative release version
HEAD
Additional context
Add any other context about the problem here such as proposed priority