This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 403694e7b9c [FLINK-34432][Table/Planner] Re-enable fork reuse
403694e7b9c is described below

commit 403694e7b9c213386f3ed9cff21ce2664030ebc2
Author: Martijn Visser <2989614+martijnvis...@users.noreply.github.com>
AuthorDate: Mon Feb 12 16:18:20 2024 +0100

    [FLINK-34432][Table/Planner] Re-enable fork reuse
---
 flink-table/flink-table-planner/pom.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/flink-table/flink-table-planner/pom.xml 
b/flink-table/flink-table-planner/pom.xml
index c3d0a573c78..8104c865a88 100644
--- a/flink-table/flink-table-planner/pom.xml
+++ b/flink-table/flink-table-planner/pom.xml
@@ -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>

Reply via email to