[
https://issues.apache.org/jira/browse/SOLR-15902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17474692#comment-17474692
]
Jan Høydahl commented on SOLR-15902:
------------------------------------
This test still fails on main here
{code:java}
> Task :solr:core:test FAILEDERROR: The following test(s) have failed:
- org.apache.solr.cloud.PackageManagerCLITest.testPackageManager (:solr:core)
Test output:
/Users/janhoy/git/solr/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.PackageManagerCLITest.txt
Reproduce with: gradlew :solr:core:test --tests
"org.apache.solr.cloud.PackageManagerCLITest.testPackageManager" -Ptests.jvms=8
-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B8254A8EE297C202
-Ptests.file.encoding=ISO-8859-1 {code}
> PackageManagerCLITest.testPackageManager fails on main
> ------------------------------------------------------
>
> Key: SOLR-15902
> URL: https://issues.apache.org/jira/browse/SOLR-15902
> Project: Solr
> Issue Type: Task
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Gus Heck
> Assignee: Houston Putman
> Priority: Major
> Fix For: 9.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The version for main has advanced, but this test contains a package with an
> upper version constraint of 9 and main has advanced to 10.0 It also contains
> two binary jar files containing classes with a fullstory package and no
> source code. There is a manifest.json, but there is also another copy baked
> into one of the jars. This needs to be cleaned up such that these jar files
> (containing packages to be installed during tests) can be rebuilt by a build
> target and are not checked in as binary jars. (with a .tmp ending). Also all
> classes run by the build should exist as source code. If the code for these
> classes is owned by Fullstory, they should be replaced with something owned
> by Apache.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]