提交 a9c29a76 编写于 作者: A Aljoscha Krettek

[FLINK-2600] Enable test rerun for Elasticsearch Tests

This also bumps surefire/failsafe version to 2.8.1
上级 1b318c91
......@@ -84,4 +84,23 @@ under the License.
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<rerunFailingTestsCount>3</rerunFailingTestsCount>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<rerunFailingTestsCount>3</rerunFailingTestsCount>
</configuration>
</plugin>
</plugins>
</build>
</project>
......@@ -835,7 +835,7 @@ under the License.
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.17</version><!--$NO-MVN-MAN-VER$-->
<version>2.18.1</version><!--$NO-MVN-MAN-VER$-->
<executions>
<execution>
<goals>
......@@ -858,7 +858,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version><!--$NO-MVN-MAN-VER$-->
<version>2.18.1</version><!--$NO-MVN-MAN-VER$-->
<configuration>
<forkCount>${flink.forkCount}</forkCount>
<reuseForks>${flink.reuseForks}</reuseForks>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册