Hi,
I am trying to build Solr 8.11.1 on Windows (using GitBash). Most tests
execute fine, until I hit the S3 suite of testcases under
contrib/s3-repository with the below exception:

> Throwable #1: java.security.AccessControlException: *access denied
("java.io.FilePermission" "Z:\.aws\credentials" "read")*
   [junit4]    >        at
java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)

I believe the test cases need an AWS account credentials file
(.aws\credentials) without which the test cases will fail ?

If this is true, how can I bypass these test cases?

There is also a gcs-repository module under contrib where I expect to hit
similar issues, so I believe I might have to bypass those as well (?).

Thanks,
Rahul

Reply via email to