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
{{ message }}
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
In upstream tests, they don't need to have logic of stopping and removing a workspace implemented, because they are running tests with new instance each time. We need to have the workspace stopped and removed after each test.
Now we are not able to run tests in --bail mode (when test fails, no other test is executed) because we will have running workspaces remained.
Once this is implemented, there should be a variable saying if workspace should be removed when test fails. Using that, we can implement --bail to our tests too.
The text was updated successfully, but these errors were encountered:
In upstream tests, they don't need to have logic of stopping and removing a workspace implemented, because they are running tests with new instance each time. We need to have the workspace stopped and removed after each test.
Now we are not able to run tests in
--bail
mode (when test fails, no other test is executed) because we will have running workspaces remained.Once this is implemented, there should be a variable saying if workspace should be removed when test fails. Using that, we can implement
--bail
to our tests too.The text was updated successfully, but these errors were encountered: