You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mikhail Khludnev (JIRA)" <ji...@apache.org> on 2016/05/17 21:32:13 UTC

[jira] [Updated] (SOLR-9110) migrate SubQuery-, Join-, ChildFacet- tests to SolrCloudTestCase

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

Mikhail Khludnev updated SOLR-9110:
-----------------------------------
    Attachment: SOLR-9110.patch

Ok. got the first breakthrough after all. I migrated SubQueries test.
[~romseygeek], you might be interested in noob's feedback. 

Copying config folder under the given name to Zookeeper, is not obvious at all:
{code}
    String configName = "solrCloudCollectionConfig";
    int nodeCount = 5;
    configureCluster(nodeCount)
       .addConfig(configName, configDir)
       .configure();
{code} 
if it's possible, I ask to simplify it if possible, perhaps more descriptive names or perhaps implicit behavior, or so.
Also, I experienced a typical leg-shooting: the test had solrconfig-basic.xml w/o update log. Somewhere deep in log it was reported somehow like _ERROR ... RecoveryStrategy  No UpdateLog found  cannot recover_. It's not easier to figure out the reason looking at log tail. So, ideally there should be a circuit-breaker preventing cloud launch without updatelogs. 
These two thoughts is just FYI, not really need to act.       

> migrate SubQuery-, Join-, ChildFacet- tests  to SolrCloudTestCase
> -----------------------------------------------------------------
>
>                 Key: SOLR-9110
>                 URL: https://issues.apache.org/jira/browse/SOLR-9110
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Mikhail Khludnev
>            Assignee: Mikhail Khludnev
>             Fix For: 6.1, master (7.0)
>
>         Attachments: SOLR-9110.patch
>
>
> I want to migrate the following classes to SolrCloudTestCase 
> * DistribJoinFromCollectionTest
> * TestSubQueryTransformerDistrib
> * BlockJoinFacetDistribTest



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