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

Alan Woodward updated SOLR-8961:
--------------------------------
    Attachment: SOLR-8961.patch

Here's a patch that:
a) creates a new solr-test-framework test module with ant, maven and intellij 
support
b) moves some of the TestMiniSolrCloudCluster tests into that module

I didn't move all the tests, mainly because they seem to be testing the 
collections API rather than the mini-cluster itself.

> TestMiniSolrCloudCluster should move into test-framework
> --------------------------------------------------------
>
>                 Key: SOLR-8961
>                 URL: https://issues.apache.org/jira/browse/SOLR-8961
>             Project: Solr
>          Issue Type: Test
>            Reporter: Hoss Man
>            Assignee: Hoss Man
>         Attachments: SOLR-8961.patch
>
>
> * MiniSolrCloudCluster was designed to be a "cloud helper class" for writting 
> cloud based tests.
> * TestMiniSolrCloudCluster was designed to be a "test the cloud helper class" 
> type of test, verifying that MiniSolrCloudCluster would behave the the 
> documented/expected ways, so people could be confident in writting tests 
> using it.
> But because TestMiniSolrCloudCluster currently lives in the solr-core test 
> package, it's easy to confuse it for a "test solr using a cloud helper class" 
> test, that people might try adding tests of core solr functionality to (see 
> SOLR-8959)
> We should move this test so it's actaully part of the test-framework.



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

Reply via email to