Skip to content

Commit

Permalink
[FLINK-34432][Table/Planner] Re-enable fork reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed Feb 14, 2024
1 parent 6bf9767 commit 403694e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions flink-table/flink-table-planner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,8 @@ under the License.
<includes>
<include>**/*ITCase.*</include>
</includes>
<!-- Setting this property to false is aims to alleviate OOM error
mentioned in issue: https://issues.apache.org/jira/browse/FLINK-18356.
This property can be removed after the OOM error mentioned in the above
issue is solved. -->
<reuseForks>false</reuseForks>
<!-- override reuseForks to true to reduce testing time -->
<reuseForks>true</reuseForks>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 403694e

Please sign in to comment.