You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2013/06/22 02:01:20 UTC

[jira] [Created] (SOLR-4952) audit test configs to use solrconfig.snippet.randomindexconfig.xml in more tests

Hoss Man created SOLR-4952:
------------------------------

             Summary: audit test configs to use solrconfig.snippet.randomindexconfig.xml in more tests
                 Key: SOLR-4952
                 URL: https://issues.apache.org/jira/browse/SOLR-4952
             Project: Solr
          Issue Type: Sub-task
            Reporter: Hoss Man
            Assignee: Hoss Man


in SOLR-4942 i updated every solrconfig.xml to either...

* include solrconfig.snippet.randomindexconfig.xml where it was easy to do so
* use the useCompoundFile sys prop if it already had an {{<indexConfig>}} section, or if including the snippet wasn't going to be easy (ie: contrib tests)

As an improvment on this:

* audit all core configs not already using solrconfig.snippet.randomindexconfig.xml and either:
** make them use it, ignoring any previously unimportant explicit incdexConfig settings
** make them use it, using explicit sys props to overwrite random values in cases were explicit indexConfig values are important for test
** add a comment why it's not using the include snippet in cases where the explicit parsing is part of hte test
* try figure out a way for contrib tests to easily include the same file and/or apply the same rules as above

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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