[
https://issues.apache.org/jira/browse/LUCENE-3913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13237548#comment-13237548
]
Michael McCandless commented on LUCENE-3913:
--------------------------------------------
Good idea! I'll fix that test case.
Here's the failure output:
{noformat}
[junit] ------------- Standard Error -----------------
[junit] NOTE: reproduce with: ant test -Dtestcase=HTMLStripCharFilterTest
-Dtestmethod=testOddHTMLString
-Dtests.seed=-fe5cdb1aeca4e37:583f6a844412e138:70dc861e8567bea3
-Dargs="-Dfile.encoding=UTF-8"
[junit] NOTE: reproduce with: ant test -Dtestcase=HTMLStripCharFilterTest
-Dtestmethod=null
-Dtests.seed=-fe5cdb1aeca4e37:583f6a844412e138:70dc861e8567bea3
-Dargs="-Dfile.encoding=UTF-8"
[junit] NOTE: test params are: locale=zh_SG, timezone=Europe/Minsk
[junit] NOTE: all tests run in this JVM:
[junit] [HTMLStripCharFilterTest]
[junit] NOTE: Linux 2.6.33.6-147.fc13.x86_64 amd64/Sun Microsystems Inc.
1.6.0_21 (64-bit)/cpus=24,threads=1,free=163214064,total=189988864
[junit] ------------- ---------------- ---------------
[junit] Testcase:
testOddHTMLString(org.apache.lucene.analysis.charfilter.HTMLStripCharFilterTest):
FAILED
[junit] finalOffset expected:<20> but was:<19>
[junit] junit.framework.AssertionFailedError: finalOffset expected:<20>
but was:<19>
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner$3.addError(JUnitTestRunner.java:975)
[junit] at junit.framework.TestResult.addError(TestResult.java:38)
[junit] at
junit.framework.JUnit4TestAdapterCache$1.testFailure(JUnit4TestAdapterCache.java:51)
[junit] at
org.junit.runner.notification.RunNotifier$4.notifyListener(RunNotifier.java:100)
[junit] at
org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:41)
[junit] at
org.junit.runner.notification.RunNotifier.fireTestFailure(RunNotifier.java:97)
[junit] at
org.junit.internal.runners.model.EachTestNotifier.addFailure(EachTestNotifier.java:26)
[junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:267)
[junit] at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
[junit] at
org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:146)
[junit] at
org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:50)
[junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
[junit] at
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
[junit] at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
[junit] at
org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
[junit] at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
[junit] at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
[junit] at
org.apache.lucene.util.UncaughtExceptionsRule$1.evaluate(UncaughtExceptionsRule.java:74)
[junit] at
org.apache.lucene.util.StoreClassNameRule$1.evaluate(StoreClassNameRule.java:36)
[junit] at
org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:67)
[junit] at org.junit.rules.RunRules.evaluate(RunRules.java:18)
[junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
[junit] at
junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
[junit] Caused by: java.lang.AssertionError: finalOffset expected:<20> but
was:<19>
[junit] at org.junit.Assert.fail(Assert.java:93)
[junit] at org.junit.Assert.failNotEquals(Assert.java:647)
[junit] at org.junit.Assert.assertEquals(Assert.java:128)
[junit] at org.junit.Assert.assertEquals(Assert.java:472)
[junit] at
org.apache.lucene.analysis.BaseTokenStreamTestCase.assertTokenStreamContents(BaseTokenStreamTestCase.java:182)
[junit] at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:574)
[junit] at
org.apache.lucene.analysis.charfilter.HTMLStripCharFilterTest.testOddHTMLString(HTMLStripCharFilterTest.java:550)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:597)
[junit] at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
[junit] at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
[junit] at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
[junit] at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
[junit] at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
[junit] at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
[junit] at
org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:636)
[junit] at
org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:542)
[junit] at
org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:67)
[junit] at
org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:458)
[junit] at
org.apache.lucene.util.UncaughtExceptionsRule$1.evaluate(UncaughtExceptionsRule.java:74)
[junit] at
org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:516)
[junit] at org.junit.rules.RunRules.evaluate(RunRules.java:18)
[junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
[junit] ... 19 more
[junit]
{noformat}
Note that instead of -Dtests.testmethod=null you should pass
-Dtests.testmethod=testOddHTMLString.
> HTMLStripCharFilter produces invalid final offset
> -------------------------------------------------
>
> Key: LUCENE-3913
> URL: https://issues.apache.org/jira/browse/LUCENE-3913
> Project: Lucene - Java
> Issue Type: Bug
> Reporter: Michael McCandless
> Fix For: 3.6, 4.0
>
> Attachments: LUCENE-3913.patch
>
>
> Nightly build found this... I boiled it down to a small test case that
> doesn't require the big line file docs.
--
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: [email protected]
For additional commands, e-mail: [email protected]