adoroszlai opened a new pull request, #5346:
URL: https://github.com/apache/ozone/pull/5346

   ## What changes were proposed in this pull request?
   
   Ozone's CI check scripts (`integration.sh`, etc.) have 2 main conventions:
    * exit with non-zero code if there are failed tests
    * list failures in `summary.txt` or similar
   
   Most CI jobs have a _Summary of failures_ step, which provides a quick 
overview by showing the contents of `summary.txt`.
   
   Github automatically expands the failed step, which according to these 
conventions is the main _Execute tests_ step.  The problem is that this can 
have very long output.
   
   It would be better to exit with failure in the _Summary of failures_ step, 
thus focusing the developer's attention on the quick overview, keeping the long 
output collapsed by default.
   
   https://issues.apache.org/jira/browse/HDDS-9301
   
   ## How was this patch tested?
   
   Triggered failure in some checks.
   
   checkstye:
   
https://github.com/adoroszlai/hadoop-ozone/actions/runs/6271727304/job/17031888295
   
   unit:
   
https://github.com/adoroszlai/hadoop-ozone/actions/runs/6271731311/job/17031985797
   
   Regular CI:
   https://github.com/adoroszlai/hadoop-ozone/actions/runs/6265914701


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to