[jira] Updated: (LUCENE-2598) allow tests to use different Directory impls

2010-08-12 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2598: Attachment: LUCENE-2598.patch Here's the first step, that adds newDirectory() and LuceneTestCase[J

[jira] Updated: (LUCENE-2598) allow tests to use different Directory impls

2010-08-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2598: Attachment: LUCENE-2598.patch attached is a patch (currently has a few problems) to switch the fun

[jira] Updated: (LUCENE-2598) allow tests to use different Directory impls

2010-08-23 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2598: Attachment: LUCENE-2598.patch Here's the updated patch, with all tests passing on trunk with the d

[jira] Updated: (LUCENE-2598) allow tests to use different Directory impls

2010-08-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2598: --- Attachment: LUCENE-2598.patch Small patch to fix a few test failures on Linux if you

[jira] Updated: (LUCENE-2598) allow tests to use different Directory impls

2010-08-24 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2598: --- Attachment: LUCENE-2598.patch Some more fixes to try to make tests run faster w/ -D

[jira] Updated: (LUCENE-2598) allow tests to use different Directory impls

2010-08-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2598: Attachment: LUCENE-2598.patch patch to enable crash() on windows with fsdir. we track all indexii

[jira] Updated: (LUCENE-2598) allow tests to use different Directory impls

2010-08-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2598: Attachment: LUCENE-2598.patch heres the patch improved: the i/o wrappers remove themselves from th

[jira] Updated: (LUCENE-2598) allow tests to use different Directory impls

2010-08-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2598: Attachment: LUCENE-2598.patch attached is a patch for testThreadInterruptDeadlock. Now all tests p

[jira] Updated: (LUCENE-2598) allow tests to use different Directory impls

2010-08-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2598: Attachment: LUCENE-2598.patch heres an updated patch, with this both NIOFS and MMapdirectory pass

[jira] Updated: (LUCENE-2598) allow tests to use different Directory impls

2010-08-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2598: Attachment: LUCENE-2598.patch ok, here is the previous patch, except "random" is now enabled by de