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
e4879c8: Miscellaneous minor fixes and improvements to starting containers and port checking.
When calling startAndWaitForPorts, check for port-readiness even if the container is started.
Add waitForPort() method.
Add options to configure timeout and polling interval to start, similar to what cancellationOptions on startAndWaitForPorts. start does not check for port readiness but still polls for available and starting container.
Respect waitInterval if passed in via start or startAndWaitForPorts when polling container for readiness.
8458fda: fix racy condition where we would try and start containers that are running