Closed BoPeng closed 9 months ago
Right now the test suite fails at random tests because previous tests fail to cleanup cleanly. It is currently unclear what has caused the issue but we need to make sure execute_workflow cleanup cleanly before we develop any new features.
execute_workflow
Edit: https://github.com/astropy/pytest-openfiles could help, but option -W error::ResourceWarning could be good enough.
-W error::ResourceWarning
Switched to a more sophisticated test method that run tests individuals if continuous running times out.
Right now the test suite fails at random tests because previous tests fail to cleanup cleanly. It is currently unclear what has caused the issue but we need to make sure
execute_workflow
cleanup cleanly before we develop any new features.Edit: https://github.com/astropy/pytest-openfiles could help, but option
-W error::ResourceWarning
could be good enough.