jaykay12 commented on code in PR #4610:
URL: https://github.com/apache/solr/pull/4610#discussion_r3825789208
##########
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:
hey @epugh , no this is the test that i am using to verify :
SolrAndKafkaReindexTest
with dockerhub running in local, this test was passing locally with global
override. for the simpler policy(your changes) it is now faiiling, this is the
error.
<img width="1368" height="699" alt="Screenshot 2026-08-21 at 3 48 05 AM"
src="https://github.com/user-attachments/assets/2e6763eb-73ad-439b-aee5-b5ac40e7e862"
/>
does this test work for you locally with the simpler policy?
--
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]