You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2016/06/15 09:05:44 UTC

flink git commit: [FLINK-4030] Revert Surefire version to 2.18.1

Repository: flink
Updated Branches:
  refs/heads/master 8227b0f75 -> c8fed99e3


[FLINK-4030] Revert Surefire version to 2.18.1

The ScalaShellITCase sometimes gets stuck before test execution with no output
in the logs. We ran about a hundred builds against Surefire 2.18.1 which
confirmed that the failures don't occur with this version.

Waiting for an upstream fix until this can be reverted.

This closes #2101


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/c8fed99e
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/c8fed99e
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/c8fed99e

Branch: refs/heads/master
Commit: c8fed99e3e85a4d27c6134cfa3e07fb3a8e1da2a
Parents: 8227b0f
Author: Maximilian Michels <mx...@apache.org>
Authored: Tue Jun 14 10:50:12 2016 +0200
Committer: Maximilian Michels <mx...@apache.org>
Committed: Wed Jun 15 11:05:31 2016 +0200

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/c8fed99e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 23f6dc5..1b21603 100644
--- a/pom.xml
+++ b/pom.xml
@@ -968,7 +968,8 @@ under the License.
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
-				<version>2.19.1</version>
+				<!-- Do NOT use a version >=2.19.X, as test cases may get stuck before execution. See SUREFIRE-1255 -->
+				<version>2.18.1</version>
 				<configuration>
 					<forkCount>${flink.forkCount}</forkCount>
 					<reuseForks>${flink.reuseForks}</reuseForks>