aajisaka commented on pull request #2408:
URL: https://github.com/apache/hadoop/pull/2408#issuecomment-718313974


   > do you guys know if it is possible to see the full logs of the unit test?
   
   I think the `keepLongStdio` option can be used 
https://www.jenkins.io/doc/pipeline/steps/junit/
   The option can be enabled by updating the `./Jenkinsfile` as follows:
   ```diff
   -                junit "${env.SOURCEDIR}/**/target/surefire-reports/*.xml"
   +                junit keepLongStdio: true, testResults: 
"${env.SOURCEDIR}/**/target/surefire-reports/*.xml"
   ```


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



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

Reply via email to