flaking on HEAD:
https://storage.googleapis.com/k8s-gubernator/triage/index.html?pr=1&job=ci-kubernetes-test-go&test=TestClientGoCustomResourceExample
@kubernetes/sig-api-machinery-test-failures
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.![]()
Could this be interactions with the aggregator cache?
E0728 21:35:49.536152 31354 customresource_discovery_controller.go:155] timed out waiting for caches to sync
Is that bad?
Could this be interactions with the aggregator cache?
no, TestClientGoCustomResourceExample tests a CRD server all alone, no aggregator involved
with lots of tracing added, I can reproduce:
controller lister/watcher:
client creates an object with resourceVersion 387
cacher lister/watcher:
processEvent is never called with the 387 watch event. the next event it sees is the delete event at 388 when the test times out and is tearing itself down.