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
Like @thaJeztah suggested,options.secrets.GetAll() returns a map, which is then parsed into a slice, leading to randomized ordering of secrets. I will follow up with a PR to deflake TestVolumeCreateClusterOpts
Looks like we have a new flaky test; I'm guessing something is using a map, and therefore randomized by Go. Introduced in #3606
/cc @dperny
The text was updated successfully, but these errors were encountered: