Skip to content

Commit

Permalink
[FLINK-19900] Remove surefire log4j configuration from pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidwys committed Nov 2, 2020
1 parent 6b5d4c0 commit 46b0f8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ under the License.
<configuration>
<!-- Enforce single fork execution due to heavy mini cluster use in the tests -->
<forkCount>1</forkCount>
<argLine>-Xms256m -Xmx2048m -Dlog4j.configurationFile=${log4j.configuration} -Dmvn.forkNumber=${surefire.forkNumber} -XX:-UseGCOverheadLimit</argLine>
<argLine>-Xms256m -Xmx2048m -Dmvn.forkNumber=${surefire.forkNumber} -XX:-UseGCOverheadLimit</argLine>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ under the License.
to avoid process kills due to container limits on TravisCI -->
<flink.forkCountTestPackage>${flink.forkCount}</flink.forkCountTestPackage>
<flink.reuseForks>true</flink.reuseForks>
<log4j.configuration>log4j2-test.properties</log4j.configuration>
<flink.shaded.version>12.0</flink.shaded.version>
<guava.version>18.0</guava.version>
<akka.version>2.5.21</akka.version>
Expand Down Expand Up @@ -1545,7 +1544,6 @@ under the License.
<trimStackTrace>false</trimStackTrace>
<systemPropertyVariables>
<forkNumber>0${surefire.forkNumber}</forkNumber>
<log4j.configuration>${log4j.configuration}</log4j.configuration>
<hadoop.version>${hadoop.version}</hadoop.version>
<execution.checkpointing.unaligned>true</execution.checkpointing.unaligned>
<project.basedir>${project.basedir}</project.basedir>
Expand Down

0 comments on commit 46b0f8b

Please sign in to comment.