xushiyan commented on code in PR #13259:
URL: https://github.com/apache/hudi/pull/13259#discussion_r2636233215


##########
hudi-client/hudi-flink-client/pom.xml:
##########
@@ -260,6 +260,17 @@
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
             </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <forkMode>always</forkMode> <!-- Required for environment 
variables to work reliably -->

Review Comment:
   is it possible to set this for specific needing test case class? instead of 
changing the whole module's test setup? any side-effect of using fork mode for 
other tests in the module?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to