snuyanzin commented on code in PR #25:
URL: 
https://github.com/apache/flink-connector-shared-utils/pull/25#discussion_r1413196788


##########
pom.xml:
##########
@@ -558,6 +563,8 @@ under the License.
                             <user.country>US</user.country>
                             <user.language>en</user.language>
                             
<project.basedir>${project.basedir}</project.basedir>
+                            <!-- Expose as property so that test utils that 
spawn JVMs can pick it up. -->
+                            
<surefire.module.config>${surefire.module.config}</surefire.module.config>

Review Comment:
   That's actually a good question.
   Initially I thought it might be useful in case there will be something 
similar to `org.apache.flink.runtime.testutils.TestJvmProcess` on connetors 
level. However after looking at connector's repos it seems not the case at 
least for the moment... So I will remove it



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to