Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait for the ryuk port to be available in case the container is still…
… being started by newReaper in a separate process. A race between newReaper and lookUpReaperContainer occurs: - newReaper creates the container with a ContainerRequest.WaitingFor = wait.ForListeningPort(listeningPort) - newReaper starts the container - lookUpReaperContainer obtains the container and returns. - newReaper invokes the readiness hook wait.ForListeningPort(listeningPort).
- Loading branch information