jaykay12 commented on code in PR #4610:
URL: https://github.com/apache/solr/pull/4610#discussion_r3825811842
##########
gradle/testing/randomization/policies/solr-tests.policy:
##########
@@ -276,6 +276,11 @@ grant codeBase "file:${gradle.worker.jar}" {
permission java.security.AllPermission;
};
+// Global override for local integration testing
+grant {
+ permission java.security.AllPermission;
+};
Review Comment:
super! thanks @epugh for the help here. 🚀
running perfectly fine after your these changes.
https://github.com/apache/solr/pull/4610/changes/36bdb33402f05bd63b5487f56c481fc98586e2aa
<img width="1407" height="658" alt="Screenshot 2026-08-21 at 3 52 08 AM"
src="https://github.com/user-attachments/assets/141b00b3-b6b5-4a0d-8327-a3477d48f379"
/>
--
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]