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
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
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
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