You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/06/05 01:25:00 UTC

[jira] [Commented] (LUCENE-7690) TestSimpleTextPointsFormat.testWithExceptions() failure

    [ https://issues.apache.org/jira/browse/LUCENE-7690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16501118#comment-16501118 ] 

ASF subversion and git services commented on LUCENE-7690:
---------------------------------------------------------

Commit 2c1ab31b4e5595595cf0f1549eb61b33c8555000 in lucene-solr's branch refs/heads/master from [~rcmuir]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=2c1ab31 ]

LUCENE-7690: Add preserveOriginal option to the NGram and EdgeNGram filters


> TestSimpleTextPointsFormat.testWithExceptions() failure
> -------------------------------------------------------
>
>                 Key: LUCENE-7690
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7690
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Steve Rowe
>            Assignee: Michael McCandless
>            Priority: Major
>             Fix For: 6.5, 7.0
>
>
> Reproducing branch_6x seed from [https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/690/]:
> {noformat}
>    [junit4] Suite: org.apache.lucene.codecs.simpletext.TestSimpleTextPointsFormat
>    [junit4] IGNOR/A 0.02s J0 | TestSimpleTextPointsFormat.testRandomBinaryBig
>    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSimpleTextPointsFormat -Dtests.method=testWithExceptions -Dtests.seed=CCE1E867577CFFF6 -Dtests.slow=true -Dtests.locale=uk-UA -Dtests.timezone=Asia/Qatar -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
>    [junit4] ERROR   0.93s J0 | TestSimpleTextPointsFormat.testWithExceptions <<<
>    [junit4]    > Throwable #1: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot complete forceMerge
>    [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CCE1E867577CFFF6:6EB2741BD8F2B00C]:0)
>    [junit4]    > 	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1931)
>    [junit4]    > 	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1881)
>    [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.forceMerge(RandomIndexWriter.java:429)
>    [junit4]    > 	at org.apache.lucene.index.BasePointsFormatTestCase.verify(BasePointsFormatTestCase.java:701)
>    [junit4]    > 	at org.apache.lucene.index.BasePointsFormatTestCase.testWithExceptions(BasePointsFormatTestCase.java:224)
>    [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
>    [junit4]    > Caused by: org.apache.lucene.index.CorruptIndexException: Problem reading index from MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/build/codecs/test/J0/temp/lucene.codecs.simpletext.TestSimpleTextPointsFormat_CCE1E867577CFFF6-001/tempDir-001 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4d6de658) (resource=MockDirectoryWrapper(NIOFSDirectory@/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/build/codecs/test/J0/temp/lucene.codecs.simpletext.TestSimpleTextPointsFormat_CCE1E867577CFFF6-001/tempDir-001 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4d6de658))
>    [junit4]    > 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:140)
>    [junit4]    > 	at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:74)
>    [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
>    [junit4]    > 	at org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:617)
>    [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4293)
>    [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3940)
>    [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
>    [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
>    [junit4]    > Caused by: java.io.FileNotFoundException: a random IOException (_0.inf)
>    [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.maybeThrowIOExceptionOnOpen(MockDirectoryWrapper.java:575)
>    [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:744)
>    [junit4]    > 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:137)
>    [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
>    [junit4]    > 	at org.apache.lucene.codecs.simpletext.SimpleTextFieldInfosFormat.read(SimpleTextFieldInfosFormat.java:73)
>    [junit4]    > 	at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:107)
>    [junit4]    > 	... 7 more
>    [junit4] IGNOR/A 0.01s J0 | TestSimpleTextPointsFormat.testMergeStability
>    [junit4]    > Assumption #1: merge is not stable
>    [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/build/codecs/test/J0/temp/lucene.codecs.simpletext.TestSimpleTextPointsFormat_CCE1E867577CFFF6-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=1626, maxMBSortInHeap=5.745076713359786, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=uk-UA, timezone=Asia/Qatar
>    [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=153242552,total=251133952
>    [junit4]   2> NOTE: All tests run in this JVM: [TestSimpleTextFieldInfoFormat, TestDirectPostingsFormat, TestSimpleTextTermVectorsFormat, TestFSTOrdPostingsFormat, TestSimpleTextPointsFormat]
>    [junit4] Completed [16/20 (1!)] on J0 in 22.49s, 18 tests, 1 error, 2 skipped <<< FAILURES!
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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