You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/08/01 05:10:01 UTC

[GitHub] merlimat opened a new pull request #610: Redirect unit tests logs to file

merlimat opened a new pull request #610: Redirect unit tests logs to file
URL: https://github.com/apache/incubator-pulsar/pull/610
 
 
   ### Motivation
   
   We are currently disabling the logs for the unit tests execution. The primary reason for that is to avoid logging excessively and reach the max amount of output for Travis. 
   
   The problem with this approach is that when tests are failing we cannot see the logs.
   
   Since we're moving to Jenkins builds, a better option is to enable INFO logs on all the tests and then configure maven to redirect the tests output to files. 
   
   The output for each test will be available in the test-result view and in the Jenkins workspace.
   
   ### Modifications
   
   Make sure all the modules are printing info logs and redirect them to files
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services