[jira] [Updated] (LUCENE-4639) Improving _TestUtil.getTempDir

2012-12-20 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4639: --- Attachment: LUCENE-4639.patch Patch addresses the following: * getTempDir call genTempFile and

[jira] [Updated] (LUCENE-4639) Improving _TestUtil.getTempDir

2012-12-20 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4639: --- Attachment: LUCENE-4639.patch Patch lazily initalizes counter, avoiding synchronizing after it has

[jira] [Updated] (LUCENE-4639) Improving _TestUtil.getTempDir

2012-12-20 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4639: --- Attachment: LUCENE-4639.patch Added retry threshold. Improving

[jira] [Updated] (LUCENE-4639) Improving _TestUtil.getTempDir

2012-12-20 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4639: --- Attachment: LUCENE-4639.patch Patch adds back the randomness thing (thanks Robert for catching