[jira] Updated: (SOLR-1835) speed up and improve tests

2010-03-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-1835: --- Attachment: SOLR-1835_example_junit4.patch Attaching patch with the beginnings of migrating some of

[jira] Updated: (SOLR-1835) speed up and improve tests

2010-03-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-1835: --- Attachment: SOLR-1835-ignoreExceptions.patch Here's a patch that tries to allow us to avoid spitting

[jira] Updated: (SOLR-1835) speed up and improve tests

2010-03-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-1835: --- Attachment: SOLR-1835-ignoreExceptions.patch Upated exception ignore patch and some converted tests.

[jira] Updated: (SOLR-1835) speed up and improve tests

2010-03-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-1835: -- Attachment: SOLR-1835_parallel.patch attached is a patch to parallelize the tests... improvements can

[jira] Updated: (SOLR-1835) speed up and improve tests

2010-03-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-1835: -- Attachment: SOLR-1835_parallel.patch updated patch: * doesnt do parallel for the -Dtestcase= case, but

[jira] Updated: (SOLR-1835) speed up and improve tests

2010-03-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-1835: -- Attachment: SOLR-1835_parallel.patch attached is a new patch: * the output from multiple threads is no

[jira] Updated: (SOLR-1835) speed up and improve tests

2010-03-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-1835: -- Attachment: SOLR-1835_parallel.patch there was a stray slash in the previous version. this caused some

[jira] Updated: (SOLR-1835) speed up and improve tests

2010-03-19 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-1835: --- Attachment: SOLR-1835.patch Attaching a first cut at a SolrTestCaseJ4 that extends LuceneTestCaseJ4.