v0.0.29
Patch Changes
-
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 whatcancellationOptionsonstartAndWaitForPorts.startdoes not check for port readiness but still polls for available and starting container. - Respect
waitIntervalif passed in viastartorstartAndWaitForPortswhen polling container for readiness.
- When calling
-
8458fda: fix racy condition where we would try and start containers that are running