janhoy commented on PR #4471:
URL: https://github.com/apache/solr/pull/4471#issuecomment-4579620677
Docker and BATS tests currently fail. I believe it is due to resolving of
symlinks on linux and translating paths with `toRealPath()` gives a different
absolute path than what is predefined in the policy file. It works locally on a
Mac. So maybe we need to apply the same `toRealPath()` and `Path.normalize()`
steps to the paths provided in the policy through `${solr.install.dir}` etc
before comparison? Currently investigating...
--
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]