[ 
https://issues.apache.org/jira/browse/SOLR-15448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17365246#comment-17365246
 ] 

Noble Paul commented on SOLR-15448:
-----------------------------------


isn't it going through all the values in this 
[loop|https://github.com/apache/solr/blob/a5649f7e46a06168f511d846e2669f386e50406b/solr/core/src/test/org/apache/solr/filestore/TestDistribPackageStore.java#L253]?
 

 

> TestPackages.verifyComponent expect a :package field but none is given
> ----------------------------------------------------------------------
>
>                 Key: SOLR-15448
>                 URL: https://issues.apache.org/jira/browse/SOLR-15448
>             Project: Solr
>          Issue Type: Test
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Package Manager, Tests
>            Reporter: Mike Drob
>            Priority: Major
>
> While working on SOLR-15385, I found a bug in our tests where 
> TestDistribPackageStore would only check the first of the values passed to 
> it. Fixing that bug results in test failure for several TestPackages tests, 
> because they call verifyComponent which expects a "packages" field in the 
> packageInfo, but for some reason this is not returned. We need to either fix 
> the test or fix the code, not sure what the correct behavior actually is.
> The actual response returned is:
> {noformat}
> config={queryResponseWriter={json1={name=json1, 
> class=mypkg:org.apache.solr.core.RuntimeLibResponseWriter, 
> _packageinfo_={version=1.0, files=[/mypkg/runtimelibs.jar, 
> /mypkg/testurpv1.jar, /mypkg/expressible.jar]}}}}} {noformat}
> Mainly filing this issue for now so that I have something to annotate with 
> AwaitsFix so that it doesn't block my other work.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to