You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Deneche A. Hakim (JIRA)" <ji...@apache.org> on 2015/05/04 20:31:08 UTC

[jira] [Created] (DRILL-2950) remove Unit tests output to System.out

Deneche A. Hakim created DRILL-2950:
---------------------------------------

             Summary: remove Unit tests output to System.out
                 Key: DRILL-2950
                 URL: https://issues.apache.org/jira/browse/DRILL-2950
             Project: Apache Drill
          Issue Type: Improvement
          Components: Tools, Build & Test
            Reporter: Deneche A. Hakim
            Assignee: Deneche A. Hakim
            Priority: Minor
             Fix For: Future


Many unit tests output their query results to System.out. This may be useful when debugging a single test but end up cluttering the build output, especially that surefire will run multiple tests in parallel and all their output will mix together.

Removing this output can also help find errors that don't fail the unit tests (memory leaks that only show up when @AfterClass is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)