Description
FYI rcmuir this is from a run where all the tests pass.
Looking at the output in ./build/solr-core/test/tests-report.txt
# grep -F 'access denied' tests-report.txt | cut -d':' -f2 | sort | uniq -c 1 access denied ("java.io.FilePermission" "/Users/krisden/repos/apache/lucene-solr/solr/build/solr-core/test/J2/temp/solr.util.TestSolrCLIRunExample_7960AD1EAA781935-001/tempDir-001/failExecuteScript" "execute") 952 access denied ("java.io.FilePermission" "/Users/krisden/repos/apache/lucene-solr/solr/core/src/test-files/solr/filestore" "write") 30 access denied ("java.io.FilePermission" "/Users/krisden/repos/apache/lucene-solr/solr/core/src/test-files/solr/userfiles" "write") 54 access denied ("java.net.SocketPermission" "----------" "resolve") 2 access denied ("java.net.SocketPermission" "thrasher-T100" "resolve") 4 127.0.0.1
These didn't cause tests to fail but need to see why these are happening. I wouldn't expect we need most of these.
Attachments
Attachments
Issue Links
- is related to
-
SOLR-15222 Solr should not auto-create the "userfiles" dir in standalone mode
- Closed
- relates to
-
SOLR-13991 clean up permissions in solr-tests.policy
- Closed
-
SOLR-14078 DistribPackageStore tries to write to source tree
- Resolved
-
SOLR-14096 DistribPackageStore attempts to create filestore in read-only directory
- Closed