nickva commented on PR #5348: URL: https://github.com/apache/couchdb/pull/5348#issuecomment-2536393468
> Only failures are listed which are all relevant for the CI logs in my humble opinion. Agree that's a pretty nice feature: if it works just show the dots. Wonder if EUnit has that feature... > I am surprised: 50-60 seconds mean so much? Just yesterday we had 4 queued up full CI jobs waiting to run, and always try eliminate timer:sleeps as much as we can from test to avoid wasting time, so a whole minute seems like a lot of time in that respect. It's essentially wasted work, especially for a pull request job, because that PR is not getting merged any longer. Locally each developer can run tests longer with debug logs possibly and so on. But ideally for CI we'd want the jobs to run and pass or fail as quickly as possible. > For example, let us remove it by default, and add it for the MANGO_TEST_OPTS make parameter for the CI run? I am not familiar with MANGO_TEST_OPTS, but yeah, if it makes it easier to configure and in the CI mode it runs with "fail fast" that seems like it could work? -- 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]
