I am not sure if that is serious. I am working on that test to make it more reliable or at least reliable in a way that if it fails its really an error otherwise I keep on hunting ghosts. This one is almost never reproducible - which sucks big time! I will raise the lock/wait timeout such that a fail is really a fail.
simon On Tue, May 22, 2012 at 8:49 AM, Dawid Weiss <[email protected]> wrote: > This does seem to be something important though: > > [junit4] ERROR 4.82s | > TestDocumentsWriterStallControl.testAccquireReleaseRace > [junit4] > Throwable #1: java.lang.AssertionError: control > claims no stalled threads but waiter seems to be blocked > [junit4] > at > __randomizedtesting.SeedInfo.seed([9CB402821BB69236:A6C812B023565B87]:0) > [junit4] > at org.junit.Assert.fail(Assert.java:93) > [junit4] > at org.junit.Assert.assertTrue(Assert.java:43) > [junit4] > at > org.apache.lucene.index.TestDocumentsWriterStallControl.testAccquireReleaseRace(TestDocumentsWriterStallControl.java:155) > [junit4] > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > [junit4] > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > [junit4] > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > [junit4] > at java.lang.reflect.Method.invoke(Method.java:601) > [junit4] > at > com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1969) > [junit4] > at > com.carrotsearch.randomizedtesting.RandomizedRunner.access$1100(RandomizedRunner.java:132) > > Followed by exceptions related to closing leaked threads from an > executor pool I think. > > Dawid > > On Tue, May 22, 2012 at 2:54 AM, <[email protected]> wrote: >> See >> <http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/80/changes> >> >> Changes: >> >> [yonik] SOLR-3469: prevent false peersync recovery by recording buffering >> flags in tlog >> >> ------------------------------------------ >> [...truncated 1330 lines...] >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestTermScorer >> [junit4] Completed in 0.02s, 3 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestStressAdvance >> [junit4] Completed in 0.66s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.analysis.TestCachingTokenFilter >> [junit4] Completed in 0.01s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestNumericRangeQuery64 >> [junit4] Completed in 4.84s, 34 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestAddIndexes >> [junit4] Completed in 4.17s, 20 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestSegmentTermDocs >> [junit4] Completed in 0.44s, 5 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestNorms >> [junit4] Completed in 2.38s, 3 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestSearcherManager >> [junit4] Completed in 3.32s, 6 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestPhraseQuery >> [junit4] Completed in 2.02s, 17 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestTopDocsMerge >> [junit4] Completed in 3.78s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestIndexWriterDelete >> [junit4] IGNOR/A 0.01s | TestIndexWriterDelete.testApplyDeletesOnFlush >> [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly) >> [junit4] Completed in 3.20s, 19 tests, 1 skipped >> [junit4] >> [junit4] Suite: org.apache.lucene.store.TestBufferedIndexInput >> [junit4] Completed in 1.13s, 4 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestIndexWriterForceMerge >> [junit4] Completed in 1.72s, 4 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestOmitNorms >> [junit4] Completed in 0.81s, 5 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestStressNRT >> [junit4] Completed in 0.20s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.search.spans.TestSpans >> [junit4] Completed in 0.91s, 25 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.util.TestCollectionUtil >> [junit4] Completed in 2.24s, 5 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestParallelCompositeReader >> [junit4] Completed in 0.26s, 8 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.util.automaton.TestUTF32ToUTF8 >> [junit4] Completed in 0.94s, 5 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestSimpleExplanations >> [junit4] Completed in 1.22s, 69 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestSegmentReader >> [junit4] Completed in 0.76s, 6 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.util.TestDoubleBarrelLRUCache >> [junit4] Completed in 1.03s, 2 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimatorOnWildAnimals >> [junit4] Completed in 0.66s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.search.payloads.TestPayloadNearQuery >> [junit4] Completed in 0.22s, 7 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestScorerPerf >> [junit4] Completed in 0.58s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestPostingsOffsets >> [junit4] Completed in 0.20s, 4 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestLazyProxSkipping >> [junit4] Completed in 0.96s, 2 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestDoc >> [junit4] Completed in 0.35s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.util.TestWeakIdentityMap >> [junit4] Completed in 0.76s, 2 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestSegmentMerger >> [junit4] Completed in 0.39s, 2 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestStressIndexing2 >> [junit4] Completed in 0.47s, 3 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestTermVectors >> [junit4] Completed in 0.29s, 11 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.util.TestPagedBytes >> [junit4] Completed in 1.83s, 3 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestForTooMuchCloning >> [junit4] Completed in 0.09s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestFilteredQuery >> [junit4] Completed in 0.21s, 9 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.TestExternalCodecs >> [junit4] Completed in 0.11s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.util.TestUnicodeUtil >> [junit4] Completed in 0.31s, 4 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestDocTermOrds >> [junit4] Completed in 0.46s, 3 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.util.TestSentinelIntSet >> [junit4] Completed in 0.17s, 2 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestCheckIndex >> [junit4] Completed in 0.02s, 2 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.TestSearchForDuplicates >> [junit4] Completed in 0.05s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.search.spans.TestSpanSearchEquivalence >> [junit4] Completed in 0.24s, 8 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.search.spans.TestNearSpansOrdered >> [junit4] Completed in 0.07s, 10 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestTermVectorsReader >> [junit4] Completed in 0.13s, 6 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestSearchAfter >> [junit4] Completed in 3.97s, 1 test >> [junit4] >> [junit4] Suite: >> org.apache.lucene.search.TestComplexExplanationsOfNonMatches >> [junit4] Completed in 0.07s, 22 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestNoDeletionPolicy >> [junit4] Completed in 0.07s, 4 tests >> [junit4] >> [junit4] Suite: >> org.apache.lucene.util.junitcompat.TestSystemPropertiesInvariantRule >> [junit4] Completed in 0.06s, 5 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.document.TestDocument >> [junit4] Completed in 0.06s, 10 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestPerSegmentDeletes >> [junit4] Completed in 0.04s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.TestSearch >> [junit4] Completed in 0.02s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestDocValuesScoring >> [junit4] Completed in 0.03s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.store.TestFileSwitchDirectory >> [junit4] Completed in 0.05s, 4 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestFilteredSearch >> [junit4] Completed in 0.03s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.util.TestSmallFloat >> [junit4] Completed in 0.06s, 2 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestIndexFileDeleter >> [junit4] Completed in 0.02s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestBooleanScorer >> [junit4] Completed in 0.03s, 3 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestDateFilter >> [junit4] Completed in 0.03s, 2 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.util.TestRecyclingByteBlockAllocator >> [junit4] Completed in 0.02s, 3 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.util.TestSortedVIntList >> [junit4] Completed in 0.06s, 19 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.document.TestDateTools >> [junit4] Completed in 0.02s, 5 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestAutomatonQueryUnicode >> [junit4] Completed in 0.02s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestConstantScoreQuery >> [junit4] Completed in 0.03s, 3 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestFieldCacheTermsFilter >> [junit4] Completed in 0.01s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestReaderClosed >> [junit4] Completed in 0.02s, 2 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestSimilarity >> [junit4] Completed in 0.01s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.util.TestAttributeSource >> [junit4] Completed in 0.02s, 5 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestNoMergePolicy >> [junit4] Completed in 0.02s, 4 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.search.MultiCollectorTest >> [junit4] Completed in 0.01s, 3 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.search.TestPositiveScoresOnlyCollector >> [junit4] Completed in 0.01s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.util.TestRamUsageEstimator >> [junit4] Completed in 0.02s, 3 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestIndexCommit >> [junit4] Completed in 0.01s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestTerm >> [junit4] Completed in 0.01s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.index.TestTermdocPerf >> [junit4] Completed in 0.01s, 1 test >> [junit4] >> [junit4] Suite: org.apache.lucene.util.TestBitUtil >> [junit4] Completed in 0.01s, 2 tests >> [junit4] >> [junit4] Suite: org.apache.lucene.index.Test2BPostings >> [junit4] IGNOR/A 0.00s | Test2BPostings.test >> [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly) >> [junit4] Completed in 0.01s, 1 test, 1 skipped >> [junit4] >> [junit4] Suite: >> org.apache.lucene.util.junitcompat.TestSameRandomnessLocalePassedOrNot >> [junit4] Completed in 0.01s, 1 test >> [junit4] >> [junit4] JVM J0: 1.01 .. 396.16 = 395.15s >> [junit4] Execution time total: 6 minutes 36 seconds >> [junit4] Tests summary: 298 suites, 1677 tests, 1 error, 13 ignored (12 >> assumptions) >> >> BUILD FAILED >> <http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/ws/build.xml>:29: >> The following error occurred while executing this line: >> <http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/ws/lucene\build.xml>:50: >> The following error occurred while executing this line: >> <http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/ws/lucene\common-build.xml>:1019: >> The following error occurred while executing this line: >> <http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows-Java7-64/ws/lucene\common-build.xml>:745: >> There were test failures: 298 suites, 1677 tests, 1 error, 13 ignored (12 >> assumptions) >> >> Total time: 7 minutes 40 seconds >> Build step 'Invoke Ant' marked build as failure >> Recording test results >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
