unit tests should use private directories -----------------------------------------
Key: LUCENE-1682 URL: https://issues.apache.org/jira/browse/LUCENE-1682 Project: Lucene - Java Issue Type: Improvement Reporter: Michael McCandless Assignee: Michael McCandless Priority: Minor Fix For: 2.9 Attachments: LUCENE-1682.patch This only affects our unit tests... I run "ant test" and "ant test-tag" concurrently, but some tests have false failures (eg TestPayloads) because they use a fixed test directory in the filesystem for testing. I've added a simple method to _TestUtil to get a temp dir, and switched over those tests that I've hit false failures on. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org