Re: Fails: PackageManagerCLITest

2022-01-12 Thread Houston Putman
Reopened the issue, because the tests are in fact not fixed yet. Working on it now. On Wed, Jan 12, 2022 at 11:07 AM Jan Høydahl wrote: > Hi, > > Yes, I touched the part checking version constraint, and added the check > for invalid SemVer expression syntax when adding SolrVersion class. > Earli

Re: Fails: PackageManagerCLITest

2022-01-12 Thread Jan Høydahl
Hi, Yes, I touched the part checking version constraint, and added the check for invalid SemVer expression syntax when adding SolrVersion class. Earlier an invalid expression in a package manifest would print "Version incompatible!..." and exit. After the change it will print "Error in version

Re: Fails: PackageManagerCLITest

2022-01-12 Thread Houston Putman
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 l

Fails: PackageManagerCLITest

2022-01-11 Thread David Smiley
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 i