[
https://issues.apache.org/jira/browse/LUCENE-8337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16493830#comment-16493830
]
ASF subversion and git services commented on LUCENE-8337:
---------------------------------------------------------
Commit 318d72c411f1b829001f6054cd3959f3c40c59db in lucene-solr's branch
refs/heads/branch_7x from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=318d72c ]
LUCENE-8337: Add disabled unit test for failure
> Reproducing Geo3D test failure
> ------------------------------
>
> Key: LUCENE-8337
> URL: https://issues.apache.org/jira/browse/LUCENE-8337
> Project: Lucene - Core
> Issue Type: Bug
> Components: modules/spatial3d
> Reporter: Karl Wright
> Assignee: Karl Wright
> Priority: Major
>
> {code}
> [junit4] Suite: org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest
> [junit4] 2> NOTE: reproduce with: ant test
> -Dtestcase=RandomGeoPolygonTest -Dtests.method=testCompareSmallPolygons
> -Dtests.seed=6369EE055A678918 -Dtests.slow=true -Dtests.locale=es-BO
> -Dtests.timezone=Europe/Jersey -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
> [junit4] FAILURE 0.03s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
> {seed=[6369EE055A678918:B5D2F4B1CA30632A]} <<<
> [junit4] > Throwable #1: java.lang.AssertionError:
> [junit4] > Standard polygon: GeoCompositePolygon: {[GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=1.4379241972924144E-5,
> lon=-3.141520309370815([X=-1.0011188512685139, Y=-7.24251615257059E-5,
> Z=1.4395330244708275E-5])], [lat=-1.858900171939205E-5,
> lon=-3.1415059739464217([X=-1.001118850057461, Y=-8.677662511280753E-5,
> Z=-1.860980009708855E-5])], [lat=2.7071641284581073E-5,
> lon=-3.141469177092562([X=-1.001118845991408, Y=-1.2361464904363391E-4,
> Z=2.7101930495137982E-5])], [lat=8.285235549000288E-5,
> lon=-3.1414967545451287([X=-1.0011188459297669, Y=-9.600634121467467E-5,
> Z=8.29450550819143E-5])]], internalEdges={3}}, GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=1.4379241972924144E-5,
> lon=-3.141520309370815([X=-1.0011188512685139, Y=-7.24251615257059E-5,
> Z=1.4395330244708275E-5])], [lat=8.285235549000288E-5,
> lon=-3.1414967545451287([X=-1.0011188459297669, Y=-9.600634121467467E-5,
> Z=8.29450550819143E-5])], [lat=-8.956596846349593E-303,
> lon=-3.1415926535897922([X=-1.0011188539924791, Y=-1.0117738616818362E-15,
> Z=-8.966617970490158E-303])]], internalEdges={0}}]}
> [junit4] > Large polygon: GeoComplexPolygon:
> {planetmodel=PlanetModel.WGS84, number of shapes=1, address=c865f21d,
> testPoint=[lat=2.114284741800425E-5,
> lon=-3.141516973708951([X=-1.0011188509002849, Y=-7.57645554894811E-5,
> Z=2.1166503175641402E-5])], testPointInSet=true, shapes={
> {[lat=1.4379241972924144E-5, lon=-3.141520309370815([X=-1.0011188512685139,
> Y=-7.24251615257059E-5, Z=1.4395330244708275E-5])],
> [lat=-1.858900171939205E-5, lon=-3.1415059739464217([X=-1.001118850057461,
> Y=-8.677662511280753E-5, Z=-1.860980009708855E-5])],
> [lat=2.7071641284581073E-5, lon=-3.141469177092562([X=-1.001118845991408,
> Y=-1.2361464904363391E-4, Z=2.7101930495137982E-5])],
> [lat=8.285235549000288E-5, lon=-3.1414967545451287([X=-1.0011188459297669,
> Y=-9.600634121467467E-5, Z=8.29450550819143E-5])],
> [lat=-8.956596846349593E-303, lon=-3.1415926535897922([X=-1.0011188539924791,
> Y=-1.0117738616818362E-15, Z=-8.966617970490158E-303])]}}
> [junit4] > Point: [lat=-6.499661194605612E-10,
> lon=-2.0286460544410216([X=-0.4425148814082194, Y=-0.8980086522698344,
> Z=-6.506933366482957E-10])]
> [junit4] > WKT: POLYGON((-179.9950336222651
> -0.001065071343882595,-179.9929253178396
> 0.001551090790098614,-179.9945053894814
> 0.004747090292294721,-179.99999999999994
> -5.131751980960148E-301,-179.99585498158038
> 8.238698776459206E-4,-179.9950336222651 -0.001065071343882595))
> [junit4] > WKT: POINT(-116.23285704533717 -3.7240315471586036E-8)
> [junit4] > normal polygon: false
> [junit4] > large polygon: true
> [junit4] > at
> __randomizedtesting.SeedInfo.seed([6369EE055A678918:B5D2F4B1CA30632A]:0)
> [junit4] > at
> org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.checkPoint(RandomGeoPolygonTest.java:227)
> [junit4] > at
> org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testComparePolygons(RandomGeoPolygonTest.java:202)
> [junit4] > at
> org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareSmallPolygons(RandomGeoPolygonTest.java:109)
> [junit4] > at java.lang.Thread.run(Thread.java:748)
> [junit4] 2> NOTE: test params are: codec=Lucene70,
> sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@735f0010),
> locale=es-BO, timezone=Europe/Jersey
> [junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_172
> (64-bit)/cpus=3,threads=1,free=256153464,total=524288000
> [junit4] 2> NOTE: All tests run in this JVM: [TestGeo3DDocValues,
> GeoCircleTest, GeoExactCircleTest, GeoPolygonTest, RandomBinaryCodecTest,
> RandomGeoPolygonTest]
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]