ビルド中のSolrテストの失敗
(The bot translated the original post https://lists.apache.org/thread/5zpo2bsb6bno3mdo1nmd54sp30f07o1x into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
こんにちは、
WindowsでSolr 8.11.1をビルドしようとしています(GitBashを使用)。ほとんどのテストは問題なく実行されますが、contrib/s3-repositoryのS3スイートのテストケースで次の例外が発生します:
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)
テストケースにはAWSアカウントの資格情報ファイル(.aws\credentials)が必要で、これがないとテストケースが失敗するのでしょうか?
もしそうであれば、これらのテストケースをバイパスするにはどうすれば良いでしょうか?
contribの下にgcs-repositoryモジュールもあり、同様の問題が発生することを予想していますので、そちらもバイパスする必要があるかもしれません(?)。
ありがとうございます、
Rahul
トピックへ返信するには、ログインが必要です。