Skip to content

Workaround to detach from Docker containers

George Koltsov requested to merge 607-fix-docker-container-detach into master

The MR adds a workaround to detach from containers when scenario configures and starts docker containers.

Fixing an error that appears on MacOs, more details in https://gitlab.com/gitlab-org/gitlab-qa/-/issues/607. When Process.kill('INT', wait.pid) command is being sent to detach from the container, the process on MacOS exits with 255 error code and this results in triggering the exception. Thus the scenarios were failing at the docker containers setup stage.

Closes #607 (closed)

Merge request reports