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
Hold a connection to the ryuk container during the lifetime of the Up call.
Benefit
More complex or longer start up time docker compose files will be able to start without requiring users to set higher timeout configurations.
Alternatives
Increasing the ryuk connection/reconnect timeouts. This would help, but it requires every runner of the test to know to set the higher timeout. Because we know we don't want to close the ryuk container while Up is being run, it makes sense to make it work without the need for configuration changes.
Would you like to help contributing this feature?
Yes
The text was updated successfully, but these errors were encountered:
Problem
When using the compose module and the services take a bit to start up, the ryuk container will timeout and close during the call to Up.
Examples in #2618 #2563
Solution
Hold a connection to the ryuk container during the lifetime of the Up call.
Benefit
More complex or longer start up time docker compose files will be able to start without requiring users to set higher timeout configurations.
Alternatives
Increasing the ryuk connection/reconnect timeouts. This would help, but it requires every runner of the test to know to set the higher timeout. Because we know we don't want to close the ryuk container while Up is being run, it makes sense to make it work without the need for configuration changes.
Would you like to help contributing this feature?
Yes
The text was updated successfully, but these errors were encountered: