jaykay12 commented on code in PR #4610:
URL: https://github.com/apache/solr/pull/4610#discussion_r3523803628
##########
gradle/testing/randomization/policies/solr-tests.policy:
##########
@@ -274,6 +274,11 @@ grant codeBase "file:${gradle.worker.jar}" {
permission java.security.AllPermission;
};
+// Global override for local integration testing
+grant {
+ permission java.security.AllPermission;
+};
+
Review Comment:
[pending-to-discuss] with reviewer on the right way here. This works, but
this is surely not the right way.
This is required to resolve this error, which comes in the cross-dc-manager
test which interacts with the kafka container which runs on docker daemon.
<img width="1362" height="485" alt="Image"
src="https://github.com/user-attachments/assets/d01cef35-915a-4e03-a04f-107296559983"
/>
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]