nickva commented on PR #5348: URL: https://github.com/apache/couchdb/pull/5348#issuecomment-2533181099
If `-F` works as described in https://docs.nose2.io/en/stable/plugins/failfast.html it does seem nicer for CI. When the first failure happens, it's nicer if it stops the test suite right there and makes the failure obvious so we don't have to hunt in the console logs for the first of failure. EUnit is a bit annoying in that respect as sometimes keeps going and we have to search for `*failed*` or `*timeout*`. Another positive of `-F` is it should release the CI worker earlier so other PR or Full CI runs can executed. We have a limited set of runners so sometimes jobs start piling up. Now locally, I would prefer without `-F` to catch all the failures and fix them all at once preferably. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
