uschindler commented on a change in pull request #1842: URL: https://github.com/apache/lucene-solr/pull/1842#discussion_r485169213
########## File path: gradle/testing/randomization/policies/tests.policy ########## @@ -64,6 +64,9 @@ grant { permission java.lang.RuntimePermission "getClassLoader"; permission java.lang.RuntimePermission "setContextClassLoader"; + // TestLockFactoriesMultiJVM opens a random port on 127.0.0.1 (port 0 = ephemeral port range): Review comment: This does not work, as there needs to be a communication, so the test knows when to start the clients. This was not different in Ant (the main process was running fork=false, the clients fork=true) I don't want to start any other processes. I think @rmuir is fine with this addition of SocketPermission ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org