I muted the test until the issue is fixed.

On Tue, Mar 24, 2015 at 11:42 AM, Adrien Grand <[email protected]> wrote:
> The latest TestSloppyPhraseQuery2 failures are caused by
> https://issues.apache.org/jira/browse/LUCENE-6369. The query is put
> into the cache and then mutated, which causes an infinite loop in the
> eviction logic.
>
> On Sun, Mar 22, 2015 at 3:55 PM, Policeman Jenkins Server
> <[email protected]> wrote:
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/12047/
>> Java: 32bit/jdk1.8.0_40 -client -XX:+UseG1GC
>>
>> 2 tests failed.
>> FAILED:  
>> junit.framework.TestSuite.org.apache.lucene.search.TestSloppyPhraseQuery2
>>
>> Error Message:
>> Suite timeout exceeded (>= 7200000 msec).
>>
>> Stack Trace:
>> java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
>>         at __randomizedtesting.SeedInfo.seed([7B59EA4A3059E5C]:0)
>>
>>
>> FAILED:  
>> org.apache.lucene.search.TestSloppyPhraseQuery2.testRepetitiveIncreasingSloppinessWithHoles
>>
>> Error Message:
>> Test abandoned because suite timeout was reached.
>>
>> Stack Trace:
>> java.lang.Exception: Test abandoned because suite timeout was reached.
>>         at __randomizedtesting.SeedInfo.seed([7B59EA4A3059E5C]:0)
>>
>>
>>
>>
>> Build Log:
>> [...truncated 1880 lines...]
>>    [junit4] Suite: org.apache.lucene.search.TestSloppyPhraseQuery2
>>    [junit4]   2> NOTE: reproduce with: ant test  
>> -Dtestcase=TestSloppyPhraseQuery2 
>> -Dtests.method=testRepetitiveIncreasingSloppinessWithHoles 
>> -Dtests.seed=7B59EA4A3059E5C -Dtests.multiplier=3 -Dtests.slow=true 
>> -Dtests.locale=fr_BE -Dtests.timezone=America/La_Paz -Dtests.asserts=true 
>> -Dtests.file.encoding=ISO-8859-1
>>    [junit4] ERROR   2842s J1 | 
>> TestSloppyPhraseQuery2.testRepetitiveIncreasingSloppinessWithHoles <<<
>>    [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because 
>> suite timeout was reached.
>>    [junit4]    >        at 
>> __randomizedtesting.SeedInfo.seed([7B59EA4A3059E5C]:0)
>>    [junit4]   2> NOTE: test params are: codec=Lucene50, 
>> sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {field=DFR 
>> I(F)BZ(0.3)}, locale=fr_BE, timezone=America/La_Paz
>>    [junit4]   2> NOTE: Linux 3.13.0-46-generic i386/Oracle Corporation 
>> 1.8.0_40 (32-bit)/cpus=12,threads=2,free=224743096,total=369098752
>>    [junit4]   2> NOTE: All tests run in this JVM: [TestRateLimiter, Nested, 
>> TestCachingWrapperQuery, TestSimpleSearchEquivalence, TestSegmentTermDocs, 
>> TestPositionIncrement, TestPersistentSnapshotDeletionPolicy, 
>> TestFilterSpans, TestNot, TestIndexWriterMerging, TestForceMergeForever, 
>> TestVirtualMethod, TestIndexWriterWithThreads, Nested, Nested2, 
>> TestBinaryDocValuesUpdates, TestCrashCausesCorruptIndex, 
>> TestDocIdSetBuilder, TestSpansAdvanced2, TestSparseFixedBitSet, 
>> TestCharFilter, TestPrefixInBooleanQuery, TestLRUQueryCache, 
>> TestSegmentTermEnum, TestNRTThreads, TestIndexWriterForceMerge, 
>> TestAutomaton, TestLucene50FieldInfoFormat, TestNeedsScores, 
>> TestCustomNorms, TestAddIndexes, TestMinimize, TestPhraseQuery, 
>> TestLucene50NormsFormat, TestDocValuesRangeQuery, TestDoc, TestWindowsMMap, 
>> TestConjunctions, TestAssertingNormsFormat, TestBytesRefHash, 
>> TestSortedSetSortField, TestCodecs, TestPrefixQuery, TestBasics, 
>> TestSimpleExplanationsOfNonMatches, TestSloppyPhraseQuery, TestDocument, 
>> TestByteArrayDataInput, TestIOUtils, TestLiveFieldValues, Nested1, Nested2, 
>> Nested3, TestNRTCachingDirectory, TestSubScorerFreqs, 
>> TestCachingTokenFilter, TestFileSwitchDirectory, TestMergeRateLimiter, 
>> Nested1, TestQueryRescorer, TestHugeRamFile, TestMockFilesystems, 
>> TestCodecUtil, TestFilterIterator, TestNotDocIdSet, TestMatchNoDocsQuery, 
>> TestReaderClosed, TestBooleanScorer, TestPerFieldPostingsFormat, 
>> TestManyFields, TestFieldValueQuery, TestAssertions, 
>> TestCompressingTermVectorsFormat, TestBytesStore, TestMultiMMap, 
>> TestSearcherManager, TestIndexWriterDelete, TestTimeLimitingCollector, 
>> TestConcurrentMergeScheduler, TestNeverDelete, TestRollingUpdates, 
>> TestIndexWriterUnicode, TestByteSlices, TestWeakIdentityMap, 
>> TestBagOfPositions, TestOmitNorms, TestFixedBitSet, TestSegmentReader, 
>> TestPagedBytes, TestNumericUtils, TestPayloadSpans, TestFlex, 
>> TestFastCompressionMode, TestMultiPhraseQuery, TestLazyProxSkipping, 
>> TestDeterminism, TestDocsAndPositions, TestMergeSchedulerExternal, 
>> TestBagOfPostings, TestTermVectorsWriter, TestPayloadExplanations, 
>> TestParallelLeafReader, TestThreadedForceMerge, TestStressNRT, 
>> TestSloppyPhraseQuery2]
>>    [junit4]   2> NOTE: reproduce with: ant test  
>> -Dtestcase=TestSloppyPhraseQuery2 -Dtests.seed=7B59EA4A3059E5C 
>> -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr_BE 
>> -Dtests.timezone=America/La_Paz -Dtests.asserts=true 
>> -Dtests.file.encoding=ISO-8859-1
>>    [junit4] ERROR   0.00s J1 | TestSloppyPhraseQuery2 (suite) <<<
>>    [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded 
>> (>= 7200000 msec).
>>    [junit4]    >        at 
>> __randomizedtesting.SeedInfo.seed([7B59EA4A3059E5C]:0)
>>    [junit4] Completed on J1 in 7223.10s, 8 tests, 2 errors <<< FAILURES!
>>
>> [...truncated 12 lines...]
>> BUILD FAILED
>> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:519: The following 
>> error occurred while executing this line:
>> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following 
>> error occurred while executing this line:
>> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following 
>> error occurred while executing this line:
>> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The 
>> following error occurred while executing this line:
>> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:49: The 
>> following error occurred while executing this line:
>> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1351:
>>  The following error occurred while executing this line:
>> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:958: 
>> There were test failures: 412 suites, 3315 tests, 1 suite-level error, 1 
>> error, 66 ignored (56 assumptions)
>>
>> Total time: 125 minutes 14 seconds
>> Build step 'Invoke Ant' marked build as failure
>> [description-setter] Description set: Java: 32bit/jdk1.8.0_40 -client 
>> -XX:+UseG1GC
>> Archiving artifacts
>> Recording test results
>> Email was triggered for: Failure - Any
>> Sending email for trigger: Failure - Any
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>
>
>
> --
> Adrien



-- 
Adrien

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to