You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "sam-byng (via GitHub)" <gi...@apache.org> on 2023/04/28 18:04:10 UTC

[GitHub] [incubator-pekko] sam-byng opened a new issue, #304: Simplify the logging in pekko CI tests

sam-byng opened a new issue, #304:
URL: https://github.com/apache/incubator-pekko/issues/304

   The pullRequest CI workflows log SO much information to stdout (over 15k) lines such that it is very difficult to identify where the source of a failure is.
   
   For example:
   
   https://github.com/apache/incubator-pekko/actions/runs/4818338277
   
   There are multiple `Error` messages, though some of these are for tests that want to generate errors. 
   
   The actual error is found by searching the logs for `** FAIL`.
   
   Can we improve observability here by reducing the amount of solution logs that are output to CI terminal? We could extract full logs to a cache file. When a failure is encountered for a specific test, the log output should show <test name> : <Failure message> , see logs in <logfile>.txt for more information.
   
   Obviously we want to take care not to affect solution logging here.
   


-- 
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: notifications-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko] sam-byng commented on issue #304: Simplify the logging in pekko CI tests

Posted by "sam-byng (via GitHub)" <gi...@apache.org>.
sam-byng commented on issue #304:
URL: https://github.com/apache/incubator-pekko/issues/304#issuecomment-1527912548

   (( related PR: separate compile and 'test' steps in the PullRequest workflow: https://github.com/apache/incubator-pekko/pull/300 ))


-- 
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: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org