You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Rowe (JIRA)" <ji...@apache.org> on 2016/06/20 23:54:58 UTC

[jira] [Resolved] (SOLR-8674) increase vs. test coverage

     [ https://issues.apache.org/jira/browse/SOLR-8674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Rowe resolved SOLR-8674.
------------------------------
       Resolution: Fixed
    Fix Version/s: 5.5.2
                   5.6

> increase <mergePolicy> vs. <mergePolicyFactory> test coverage
> -------------------------------------------------------------
>
>                 Key: SOLR-8674
>                 URL: https://issues.apache.org/jira/browse/SOLR-8674
>             Project: Solr
>          Issue Type: Test
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>             Fix For: 5.6, 5.5.2, 6.0
>
>         Attachments: SOLR-8674.patch
>
>
> Following on from SOLR-8621 which deprecated/replaced <mergePolicy> with <mergePolicyFactory> there are some test solrconfig.xml files and associated test code that need to be transitioned from
> {code}
> <mergePolicy class="${solr.tests.mergePolicy:org.apache.solr.util.RandomMergePolicy}"/>
> {code}
> to
> {code}
> <mergePolicyFactory class="${solr.tests.mergePolicyFactory:org.apache.solr.util.RandomMergePolicyFactory}"/>
> {code}
> or something similar.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org