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

ASF GitHub Bot commented on NIFI-1881:
--------------------------------------

GitHub user jtstorck opened a pull request:

    https://github.com/apache/nifi/pull/449

    NIFI-1881 Added surefire-junit4 dependency to the surefire build plug

    …in configuration to force Surefire to run tests with JUnit.  This 
specifically addresses the issue as it relates to version 0.x.  For 1.0.0, the 
PR for NIFI-1799 includes this same POM update.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jtstorck/nifi NIFI-1881

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/449.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #449
    
----
commit 2cc0c1ba02a3e1150c8ad3731325758f963ddb88
Author: Jeff Storck <[email protected]>
Date:   2016-05-16T21:10:37Z

    NIFI-1881 Added surefire-junit4 dependency to the surefire build plugin 
configuration to force Surefire to run tests with JUnit.  This specifically 
addresses the issue as it relates to version 0.x.  For 1.0.0, the PR for 
NIFI-1799 includes this same POM update.

----


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

Reply via email to