I can't seem to get the smoketest to pass on this RC, like the previous two.
At this point, I've tried:
- Fresh clone of the repository
- Multiple JDK versions from JDK11, 14, 17
- Cleanup gradle cache
- Multiple machines (Macbook and iMac)
At this point I have the HDFS module tests and the adminUI test failing
with SecurityManager related exceptions e.g.
*org.apache.solr.hdfs.store.HdfsDirectoryTest > classMethod FAILED
java.security.AccessControlException: access denied
("java.io.FilePermission"
"/Users/anshumg/workspace/apache/solr/solr/modules/hdfs/build/tmp" "write")*
I don't have a custom security policy and even running with
*-Djava.security.debug=access,failure,policy
*didn't get any useful information.
I'll continue looking into it, but if I don't get anywhere, I'll vote based
on my custom tests and manual testing.
-Anshum
On Tue, Apr 5, 2022 at 2:58 PM Jan Høydahl <[email protected]> wrote:
> Please vote for release candidate 3 for Solr 9.0.0
>
> The artifacts can be downloaded from:
>
> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e
>
> You can run the smoke tester directly with this command:
>
> python3 -u dev-tools/scripts/smokeTestRelease.py \
>
> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e
>
> You are encouraged to do an extra thorough test and manual inspection
> beyond
> running the smoketester, since this is a major release.
>
> You can build a release-candidate of the official docker image using the
> following command:
>
> DIST_BASE=https://dist.apache.org/repos/dist/dev/solr && \
> RC_FOLDER=solr-9.0.0-RC3-rev-e9e64f83a8c972b5a3f3460899c81ee9ccde2d1e &&
> \
> docker build $DIST_BASE/$RC_FOLDER/solr/docker/Dockerfile.official \
> --build-arg SOLR_DOWNLOAD_URL=$DIST_BASE/$RC_FOLDER/solr/solr-9.0.0.tgz \
> -t solr-rc:9.0.0-3
>
> The vote will be open for at least 72 hours i.e. until 2022-04-08 22:00
> UTC.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and reason why)
>
> Here is my +1
>
> SUCCESS! [0:46:42.638796]
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
Anshum Gupta