You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connecting once per test made testing flaky. We
could fix this with retries
(kubernetes-csi#97) but that
requires more discussion, so instead we just connect once per
process instead of once per test case. This was also said to be
faster (kubernetes-csi#98).
Fixes: kubernetes-csi#101
0 commit comments