[ https://issues.apache.org/jira/browse/FLINK-3909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15288968#comment-15288968 ]
ASF GitHub Bot commented on FLINK-3909: --------------------------------------- GitHub user mxm opened a pull request: https://github.com/apache/flink/pull/2003 [FLINK-3909] update Maven Failsafe version Failures during execution of the integration tests with the Maven Failsafe plugin were silently ignored on Travis with Maven version 3.2.5. The problem is that failures are not passed on correctly from the 'integration-test' phase (where failures are recorded and tolerated) to the 'verify' phase. The cause of the error is most likely SUREFIRE-1127. An exception in the 'integration-test' is sometimes not flushed back to disk where it is evaluated in the 'verify' phase. Bumping the version of the Failsafe plugin from 2.18.1 to 2.19.1 fixes the issue. Tests will fail for this PR ;) You can merge this pull request into a Git repository by running: $ git pull https://github.com/mxm/flink FLINK-3909 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2003.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 #2003 ---- commit dc2530d72609032a2ca72e82b83709c46bd5db96 Author: Maximilian Michels <m...@apache.org> Date: 2016-05-18T12:34:06Z [FLINK-3909] update Maven Failsafe version Failures during execution of the integration tests with the Maven Failsafe plugin were silently ignored on Travis with Maven version 3.2.5. The problem is that failures are not passed on correctly from the 'integration-test' phase (where failures are recorded and tolerated) to the 'verify' phase. The cause of the error is most likely SUREFIRE-1127. An exception in the 'integration-test' is sometimes not flushed back to disk where it is evaluated in the 'verify' phase. Bumping the version of the Failsafe plugin from 2.18.1 to 2.19.1 fixes the issue. ---- > Maven Failsafe plugin may report SUCCESS on failed tests > -------------------------------------------------------- > > Key: FLINK-3909 > URL: https://issues.apache.org/jira/browse/FLINK-3909 > Project: Flink > Issue Type: Bug > Components: Build System > Affects Versions: 1.1.0 > Reporter: Maximilian Michels > Assignee: Maximilian Michels > Fix For: 1.1.0 > > > The following build completed successfully on Travis but there are actually > test failures: https://travis-ci.org/apache/flink/jobs/129943398#L5402 -- This message was sent by Atlassian JIRA (v6.3.4#6332)