Ken Descoteaux
Ken Descoteaux
I'm seeing similar, and in my debugging all I have been able to determine is that the `ssh` process dies somewhere along the way. All the forwarded ports are then...
To narrow @tuxxi 's anecdote. I didn't see this until we upgraded from 0.26 to 0.27 which indirectly changes the ryuk image version as well. Downgrading back is not an...
Part of the problem is that dockertest doesn't seem to have any support for `docker-credential-` credential helpers. Your config file specifies docker-credential-gcloud should be used for multiple registries. Other config...
Note that this race happens when the ExecuteWrite pool Return invokes unreg() (because connection is old?) and this launches a go routine to Close the connection which cannot even begin...