sijie commented on issue #5064: Add Github workflow for gated checkin URL: https://github.com/apache/pulsar/pull/5064#issuecomment-525928630 > You can download the logs of each job as such. Downloading the logs doesn't address the question I raised. First of all, the test logs are not sent to console directly. So the log of the job doesn't provide any useful information. Secondly, even you configure redirect the test output to console. You end up get a huge file for all the output for all the tests. It is almost impossible to get any useful information. If you take a look at jenkin jobs, we collect the surefire-reports into archive. so you can check the output for individual tests. That helps quickly locate the errors for the given test. https://builds.apache.org/job/pulsar_precommit_java8/11065/artifact/
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
