merlimat commented on a change in pull request #2874:
URL: https://github.com/apache/bookkeeper/pull/2874#discussion_r742286023



##########
File path: bookkeeper-server/build.gradle
##########
@@ -99,4 +99,7 @@ test.doFirst {
         .resolvedArtifacts.find { it.name == 'junit-foundation' }
     jvmArgs("-Djunit.timeout.test=600000", "-Djunit.max.retry=3",
             "-Djava.net.preferIPv4Stack=true", 
"-Dio.netty.leakDetection.level=paranoid")
+    if (JavaVersion.current() > JavaVersion.VERSION_1_8) {
+        jvmArgs("--add-opens", "java.base/jdk.internal.loader=ALL-UNNAMED")

Review comment:
       I think we should make sure the tests are passing even without that 
flag, otherwise we might end up in a scenario where the flag is needed for 
running the bookie or bk client.




-- 
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