In case --force
option is set, continue running tests even if one or more are hung
#357
Labels
bug
Something isn't working
test-run --help
says that--force
option makes the program to "go on with other tests in case of an individual test failure". Currently, if any test hangs, test-run just exits after sending SIGKILL to workers. From the developer prospective of view hanging and failing are the same: something doesn't work. When setting flag, I want to know how many and which tests doesn't work. We're not supposed to stop after hang.Expected behavior: continue running.
The text was updated successfully, but these errors were encountered: