You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2020/03/09 03:05:35 UTC

[GitHub] [fluo] jkosh44 opened a new pull request #1091: Remove stack traces from Integration Test logs

jkosh44 opened a new pull request #1091: Remove stack traces from Integration Test logs
URL: https://github.com/apache/fluo/pull/1091
 
 
   Expected errors during integartion tests were logging large
   stack traces. This caused people to think there were errors in
   the tests when there weren't and was ugly to look at.
   
   The majority of the stack traces were coming from
   org.apache.fluo.core.oracle.OracleClient and
   org.apache.fluo.core.shaded.thrift.ProcessFunction. Setting these
   loggers to FATAL prevents these stack traces from being logged.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [fluo] jkosh44 commented on issue #1091: Remove stack traces from Integration Test logs

Posted by GitBox <gi...@apache.org>.
jkosh44 commented on issue #1091: Remove stack traces from Integration Test logs
URL: https://github.com/apache/fluo/pull/1091#issuecomment-596310718
 
 
   Some example builds with the stack traces, scroll down to the Integration Tests
   https://travis-ci.org/apache/fluo/builds/659570982?utm_source=github_status&utm_medium=notification
   https://travis-ci.org/apache/fluo/builds/658453220?utm_medium=notification&utm_source=github_status
   https://travis-ci.org/apache/fluo/builds/647532728?utm_medium=notification&utm_source=github_status

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [fluo] jkosh44 merged pull request #1091: Remove stack traces from Integration Test logs

Posted by GitBox <gi...@apache.org>.
jkosh44 merged pull request #1091: Remove stack traces from Integration Test logs
URL: https://github.com/apache/fluo/pull/1091
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services