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

2016-06-20 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-8674:
---

Commit 59a664ec27ddf89134dc0f636f38b7a05b2be776 in lucene-solr's branch 
refs/heads/branch_5_5 from [~cpoerschke]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=59a664e ]

SOLR-8674: solr.tests.mergePolicy[Factory] tests now randomly choose between 
 and 

* This increases  vs.  test coverage.
* This temporarily also adds a little test setup complexity but when SOLR-8668 
removes support for  then test setup will return to its original 
complexity.

(Resolved conflict for 
solr/core/src/test/org/apache/solr/cloud/TestMiniSolrCloudCluster.java (java7 
has no putIfAbsent).)

Added 5.5.2 CHANG5 entry.


> increase  vs.  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: 6.0
>
> Attachments: SOLR-8674.patch
>
>
> Following on from SOLR-8621 which deprecated/replaced  with 
>  there are some test solrconfig.xml files and associated 
> test code that need to be transitioned from
> {code}
>  class="${solr.tests.mergePolicy:org.apache.solr.util.RandomMergePolicy}"/>
> {code}
> to
> {code}
>  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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



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

2016-02-24 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-8674:
---

Commit bc5dfeeff1a182630fc3b55be3cf2f4fe164d446 in lucene-solr's branch 
refs/heads/jira/SOLR-445 from [~hossman_luc...@fucit.org]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=bc5dfee ]

SOLR-445: play nice with SOLR-8674 test changes


> increase  vs.  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: master, 6.0
>
> Attachments: SOLR-8674.patch
>
>
> Following on from SOLR-8621 which deprecated/replaced  with 
>  there are some test solrconfig.xml files and associated 
> test code that need to be transitioned from
> {code}
>  class="${solr.tests.mergePolicy:org.apache.solr.util.RandomMergePolicy}"/>
> {code}
> to
> {code}
>  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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org