red-hat-storage / ocs-ci

https://ocs-ci.readthedocs.io/en/latest/
MIT License
109 stars 166 forks source link

Don't let subprocess initiated in teardown affect other tests #1728

Closed fbalak closed 1 year ago

fbalak commented 4 years ago

In CI there was an issue where in teardown of test_noobaa_postupgrade was initiated deletion of backingstore backing-store-s3bucket-testbs-19289a31923c457bbaa519a4ac33d2e8 and it timed out. In test_pod_io there appeared also error about timing out of deletion of the backing store in subprocess. The test_pod_io test doesn't use backingstores at all and from logs it seems like timeout of subprocess that timed out after test_noobaa_postupgrade finished. This needs more review of our usage of subprocesses.

fbalak commented 4 years ago

RUN ID: 1585256253

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs.

github-actions[bot] commented 1 year ago

This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.