Files
pinniped/internal
Volkan Özçelik 0be27de282 fix flaky TestKubeCertAgent by waiting for informer's watch action
`hasDeploymentSynced` asserts the exact order of the fake client's
deployment actions, expecting the informer's initial `"list"` and
`"watch"` to precede any actions caused by `Sync.WaitForCacheSync()`
can return before the reflector issues its "watch" request, since
the cache is considered synced once the initial "list" is
processed.

Wait for the `"watch"` action to be recorded before
proceeding, since this function runs at the start of every Sync.

Signed-off-by: Volkan Özçelik <volkan.ozcelik@broadcom.com>
2026-07-23 10:30:41 -07:00
..
2024-05-10 12:51:02 -05:00
2026-07-06 11:08:16 -07:00
2024-05-10 12:51:02 -05:00
2024-05-21 09:31:15 -05:00
2026-07-08 13:03:09 +00:00
2024-05-10 12:51:02 -05:00
2025-05-13 11:56:03 -07:00
2026-07-06 10:35:16 -07:00