Hey David, The errors should disappear now that https://issues.apache.org/jira/browse/SOLR-15902 is in.
Note that this was caused partially by a buggy semver library mis-calculating version expressions (branch_9x), but also the versions were hardcoded so that when main upgraded to 10.0.0, it no longer passed on main either. There is a separate ticket to tackle the semver issues ( https://issues.apache.org/jira/browse/SOLR-15910) , but I think the tests should start passing now. - Houston On Tue, Jan 11, 2022 at 11:35 PM David Smiley <dsmi...@apache.org> wrote: > org.apache.solr.cloud.PackageManagerCLITest > Is usually failing: > http://fucit.org/solr-jenkins-reports/history-trend-of-recent-failures.html#series/org.apache.solr.cloud.PackageManagerCLITest.testPackageManager > Based on a quick, look, it seems that the package manager is calling > System.exit, which isn't allowed by the Lucene's test SecurityManager that > we're using. The relevant code was recently touched by Jan but the > System.exit's have been there for a while. > > ~ David Smiley > Apache Lucene/Solr Search Developer > http://www.linkedin.com/in/davidwsmiley >