TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads test 
failure
---------------------------------------------------------------------------------

                 Key: LUCENE-3547
                 URL: https://issues.apache.org/jira/browse/LUCENE-3547
             Project: Lucene - Java
          Issue Type: Bug
            Reporter: selckin


seen it fail like 5 times while running some tests the last few days (trunk)
{code}
    [junit] Testsuite: org.apache.lucene.index.TestIndexWriterWithThreads
    [junit] Testcase: 
testOpenTwoIndexWritersOnDifferentThreads(org.apache.lucene.index.TestIndexWriterWithThreads):
    FAILED
    [junit] Failed due to: org.apache.lucene.store.LockObtainFailedException: 
Lock obtain timed out: 
org.apache.lucene.store.MockLockFactoryWrapper$MockLock@705da7e0
    [junit] junit.framework.AssertionFailedError: Failed due to: 
org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: 
org.apache.lucene.store.MockLockFactoryWrapper$MockLock@705da7e0
    [junit]     at 
org.apache.lucene.index.TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads(TestIndexWriterWithThreads.java:447)
    [junit]     at 
org.apache.lucene.util.LuceneTestCase$2$1.evaluate(LuceneTestCase.java:615)
    [junit]     at 
org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:149)
    [junit]     at 
org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:51)
    [junit] 
    [junit] 
    [junit] Tests run: 11, Failures: 1, Errors: 0, Time elapsed: 19.31 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] org.apache.lucene.store.LockObtainFailedException: Lock obtain 
timed out: org.apache.lucene.store.MockLockFactoryWrapper$MockLock@705da7e0
    [junit]     at org.apache.lucene.store.Lock.obtain(Lock.java:84)
    [junit]     at 
org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:848)
    [junit]     at 
org.apache.lucene.index.TestIndexWriterWithThreads$DelayedIndexAndCloseRunnable.run(TestIndexWriterWithThreads.java:480)
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] NOTE: reproduce with: ant test 
-Dtestcase=TestIndexWriterWithThreads 
-Dtestmethod=testOpenTwoIndexWritersOnDifferentThreads 
-Dtests.seed=-75d13bd0fcdda0dd:-554b0eba6bdcc8d:-3f8911a7fc9514ef
    [junit] NOTE: test params are: codec=RandomCodecProvider: 
{field=SimpleText}, sim=RandomSimilarityProvider(queryNorm=false,coord=true): 
{field=DFR I(F)L2}, locale=ru, timezone=Asia/Pontianak
    [junit] NOTE: all tests run in this JVM:
    [junit] [TestDateTools, TestByteSlices, TestCompoundFile, 
TestConsistentFieldNumbers, TestForTooMuchCloning, TestGlobalFieldNumbers, 
TestIndexCommit, TestIndexWriterWithThreads]
    [junit] NOTE: Linux 3.0.6-gentoo amd64/Sun Microsystems Inc. 1.6.0_27 
(64-bit)/cpus=8,threads=1,free=112228008,total=240975872
    [junit] ------------- ---------------- ---------------
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to