You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Jeff Storck (JIRA)" <ji...@apache.org> on 2016/05/15 08:09:12 UTC

[jira] [Commented] (NIFI-1881) Maven test output is suppressed on long test suite

    [ https://issues.apache.org/jira/browse/NIFI-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15283808#comment-15283808 ] 

Jeff Storck commented on NIFI-1881:
-----------------------------------

[~alopresto], the changes I made for NIFI-1799 should fix this.  The tests are being run with TestNG instead of JUnit, but I added a dependency for the JUnit provider to Surefire.  Try running the tests on the NIFI-1799 branch, and you should see all the individual test output.

> Maven test output is suppressed on long test suite
> --------------------------------------------------
>
>                 Key: NIFI-1881
>                 URL: https://issues.apache.org/jira/browse/NIFI-1881
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Tools and Build
>    Affects Versions: 0.6.1
>            Reporter: Andy LoPresto
>            Priority: Trivial
>              Labels: beginner, build, logging, maven, test
>             Fix For: 1.0.0, 0.7.0
>
>
> When building the application, the log output for {{nifi-framework-cluster}} is suppressed, which is different than most (if not all) other modules. Because this test suite is long-running, it can appear that the process is hanging. The below output can remain for upwards of a couple minutes, depending on the machine running the build. 
> {code}
> [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ nifi-framework-core ---
> [INFO] Surefire report directory: /Users/alopresto/Workspace/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/target/surefire-reports
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running TestSuite
> {code}
> The log settings should be changed so this test suite produces output to indicate it is progressing.  



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