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

Michael McCandless commented on LUCENE-6780:
--------------------------------------------

OK I disabled the new test case until we can fix pole crossing.

But I hit a new failure:

{noformat}
....I.I.......T2: id=2929 should not match but did
  small=true query=GeoPointInBBoxQuery: field=point: Lower Left: 
[-96.30716303968933,35.304955180599926] Upper Right: 
[-95.78797371671509,35.55537284046483] docID=2929
  lat=35.30495325717168 lon=-95.95683785493188
  deleted?=false
okt 19, 2015 5:00:44 PM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
WARNING: Uncaught exception in thread: Thread[T2,5,TGRP-TestGeoPointQuery]
java.lang.AssertionError: some hits were wrong
        at __randomizedtesting.SeedInfo.seed([F82368891A1F01C9]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.lucene.util.BaseGeoPointTestCase$VerifyHits.test(BaseGeoPointTestCase.java:509)
        at 
org.apache.lucene.util.BaseGeoPointTestCase$2._run(BaseGeoPointTestCase.java:697)
        at 
org.apache.lucene.util.BaseGeoPointTestCase$2.run(BaseGeoPointTestCase.java:580)

ENOTE: reproduce with: ant test  -Dtestcase=TestGeoPointQuery 
-Dtests.method=testRandomMedium -Dtests.seed=F82368891A1F01C9 -Dtests.slow=true 
-Dtests.linedocsfile=/lucenedata/hudson.enwiki.random.lines.txt.fixed 
-Dtests.locale=sk_SK -Dtests.timezone=America/Knox_IN -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
....I.....NOTE: test params are: codec=Asserting(Lucene53): 
{id=PostingsFormat(name=Memory doPackFST= true), 
point=PostingsFormat(name=Asserting)}, 
docValues:{id=DocValuesFormat(name=Lucene50), 
point=DocValuesFormat(name=Lucene50)}, sim=ClassicSimilarity, locale=sk_SK, 
timezone=America/Knox_IN
NOTE: Linux 3.13.0-61-generic amd64/Oracle Corporation 1.8.0_60 
(64-bit)/cpus=8,threads=1,free=488560232,total=514850816
NOTE: All tests run in this JVM: [TestGeoPointQuery]
{noformat}

Looks like a boundary case ...

> GeoPointDistanceQuery doesn't work with a large radius?
> -------------------------------------------------------
>
>                 Key: LUCENE-6780
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6780
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Michael McCandless
>         Attachments: LUCENE-6780-heap-used-hack.patch, LUCENE-6780.patch, 
> LUCENE-6780.patch, LUCENE-6780.patch, LUCENE-6780.patch, LUCENE-6780.patch, 
> LUCENE-6780.patch, LUCENE-6780.patch, LUCENE-6780.patch
>
>
> I'm working on LUCENE-6698 but struggling with test failures ...
> Then I noticed that TestGeoPointQuery's test never tests on large distances, 
> so I modified the test to sometimes do so (like TestBKDTree) and hit test 
> failures.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to