rmannibucau commented on PR #13136: URL: https://github.com/apache/maven/pull/13136#issuecomment-5682306070
@gnodet my understand of the issue was that there are too much summary lines so you dont see the failed one fast enough, this part is solved by this PR. Slawomir completed it was also a goal to see the test failure inline immediately so solve _space_ -> this one I think will never really be solved by design until you do yet another "logger" (listener) which does filter and there we'll not get an agreement of the default so my proposal is to stay conservative on the default, keep a consistent output (all or nothing, sorted if it helps, but never a filtered summary which looks just like maven was broken for the run) and accept to scroll for test cause you will scroll anyway since the suite is executed in general (once again some edge cases would benefit from the code which led to the regression but these are corner cases). -- 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]
