You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2015/04/17 06:33:59 UTC

[jira] [Created] (LUCENE-6431) Make extrasfs reproducible

Robert Muir created LUCENE-6431:
-----------------------------------

             Summary: Make extrasfs reproducible
                 Key: LUCENE-6431
                 URL: https://issues.apache.org/jira/browse/LUCENE-6431
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Robert Muir


Today this is really bad, it can easily cause non-reproducible test failures. Its a per-class thing, but its decisions are based on previous events happening for that class (e.g. directory operations). 

Even using the filename can't work, its setup so early in the process, before test framework even ensures java.io.tempdir and similar exist. Even disregarding that, test files use a temp directory facility and those names are not reproducible (they depend on what already exists, e.g. from a previous test run).




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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