sclorg / container-common-scripts

Apache License 2.0
21 stars 45 forks source link

Stop tests on SIGINT #327

Closed zmiklank closed 11 months ago

zmiklank commented 1 year ago

It seems that stopping the tests on SIGINT no longer works.

This should be fixed.

zmiklank commented 1 year ago

Problematic can be that traps are not inherited to subshells.

zmiklank commented 1 year ago

This could be probably caused by cleanup taking too long, thus fixed by https://github.com/sclorg/container-common-scripts/pull/338.

However, this issue should not be closed just now, as there could be real problem with the sub-shells.

zmiklank commented 11 months ago

Long time has passed with no problems, so I am closing this issue.