ContainerImage.Pinniped/test
Matt Moyer 6903196c18
Fix a data race in TestImpersonationProxy.
The `require.Eventually()` function runs the body of the check in a separate goroutine, so it's not safe to use other `require` assertions as we did here. Our `library.RequireEventuallyWithoutError()` function does not spawn a goroutine, so it's safer to use here.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2021-06-03 12:07:19 -05:00
..
cluster_capabilities Enable skipping of LDAP int tests when a firewall will block them 2021-05-28 16:13:20 -07:00
deploy/tools Add user search base to downstream subject for upstream LDAP 2021-05-26 17:04:20 -07:00
integration Fix a data race in TestImpersonationProxy. 2021-06-03 12:07:19 -05:00
library Enable skipping of LDAP int tests when a firewall will block them 2021-05-28 16:13:20 -07:00