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
I just had an unsuccessful run using run_plugin_tests.py and watched the containers stop and then they were removed. I'll keep an eye on the future runs to see if I see this issue.
Turns out this only happens if an exception is thrown and not caught before cleanup happens (#196). We should do some try/finally magic to make sure this doesn't happen, and we should probably do it for the rest of our scripts too.
run_plugin_tests.py
does not clean up after itself, leaving behind all of its temporary docker containers after exiting.The text was updated successfully, but these errors were encountered: