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
We have to avoid printing loads of failure reports because it's overwhelming. This is a general problem with any test runner, but we must not make it worse with testmon. At the moment testmon caches and reports all of the failures. Even when nothing is changed all of the reports are reported again (from cache).
My plan so far is:
Add all the FAIL/ERROR tests at the end of execution queue after "unstable" tests, even though they are "stable".
make -x default, so that after the first failure, the execution stops
We have to avoid printing loads of failure reports because it's overwhelming. This is a general problem with any test runner, but we must not make it worse with testmon. At the moment testmon caches and reports all of the failures. Even when nothing is changed all of the reports are reported again (from cache).
My plan so far is:
fyi @blueyed
re #135
The text was updated successfully, but these errors were encountered: