[
https://issues.apache.org/jira/browse/LUCENE-7197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15233500#comment-15233500
]
Karl Wright commented on LUCENE-7197:
-------------------------------------
Looking at the first failure, I have a simple unit test that demonstrates it,
with some forensics in place:
{code}
[junit4] Suite: org.apache.lucene.spatial3d.geom.GeoPolygonTest
[junit4] 2> Edge point [X=0.17319681511746315, Y=0.007099080851812687,
Z=0.9826918170382273] path.isWithin()? false
[junit4] 2> Edge point [X=-0.17319681511746315, Y=0.007099080851812687,
Z=0.9826918170382273] path.isWithin()? false
[junit4] 2> Edge point [X=0.08178122448583161, Y=0.007099080851812687,
Z=0.9944024015823575] path.isWithin()? false
[junit4] 2> Edge point [X=-0.08178122448583161, Y=0.007099080851812687,
Z=0.9944024015823575] path.isWithin()? false
[junit4] 2> Edge point [X=-0.17334224446387358, Y=0.0,
Z=0.9826918170382273] path.isWithin()? false
[junit4] 2> Edge point [X=-0.08208876675491342, Y=0.0,
Z=0.9944024015823575] path.isWithin()? false
[junit4] 2> path edge point [lat=0.022713796927720124,
lon=-0.5815768716211268] isWithin()? false minx=1.837423958880354
maxx=-0.16451112733444273 miny=0.4509495179589238 maxy=-0.5569131482163469
minz=-0.9599546014156208 maxz=-0.9716651859597512
[junit4] FAILURE 0.04s | GeoPolygonTest.testPolygonFactoryCase2 <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
org.apache.lucene.spatial3d.geom.GeoPolygonTest.testPolygonFactoryCase2(GeoPolygonTest.java:480)
{code}
Basically what this means is that nothing seems to be inside anything else --
and yet there are no edge intersections anywhere either. I'm wondering if this
is a result of granularity? Theoretically, it is possible for a point that is
not on the surface to be inside an XYZSolid and come up as inside the shape as
well, even if there is no overlap between the solid and the surface shape,
because the shape is described by planes that go through the center of the
earth and are therefore not perpendicular to the XYZSolid's boundaries.
It does seem odd that all failures we've seen have been for very complex
polygons, though. I'll verify that all polygon edges that should be checked
for intersection actually are being checked before resorting to that
explanation.
> Geo3DPoint test failure
> -----------------------
>
> Key: LUCENE-7197
> URL: https://issues.apache.org/jira/browse/LUCENE-7197
> Project: Lucene - Core
> Issue Type: Bug
> Components: modules/spatial3d
> Affects Versions: master
> Reporter: Karl Wright
> Assignee: Karl Wright
>
> Here's the test failure:
> {code}
> 1 tests failed.
> FAILED: org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomMedium
> Error Message:
> FAIL: id=174 should have matched but did not
> shape=GeoCompositeMembershipShape: {[GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.022713796927720124,
> lon=-0.5815768716211268], [lat=-0.7946950025059678, lon=0.4282667468610472],
> [lat=0.1408596217595416, lon=-0.6098466679977738], [lat=0.7965414531411178,
> lon=-1.508912143762057]], internalEdges={3}, holes=[]}, GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.7965414531411178,
> lon=-1.508912143762057], [lat=-0.7033145536783815, lon=0.4464269851814595],
> [lat=1.0518471862927206, lon=-2.5948050766629582]], internalEdges={1, 2},
> holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84,
> points=[[lat=0.5472103826277904, lon=2.6487090531266837],
> [lat=1.0518471862927206, lon=-2.5948050766629582], [lat=0.7965414531411178,
> lon=-1.508912143762057]], internalEdges={1, 2}, holes=[]}, GeoConcavePolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.5472103826277904,
> lon=2.6487090531266837], [lat=0.7965414531411178, lon=-1.508912143762057],
> [lat=0.022713796927720124, lon=-0.5815768716211268],
> [lat=-0.5523784795034061, lon=-0.05097322618399754]], internalEdges={0, 1},
> holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84,
> points=[[lat=1.0518471862927206, lon=-2.5948050766629582],
> [lat=-0.7033145536783815, lon=0.4464269851814595], [lat=-0.32165871220450476,
> lon=-0.2306821921389016]], internalEdges={0}, holes=[]}]}
> point=[X=0.026933631938481088, Y=-0.1374352774704889, Z=0.9879509190301249]
> docID=164 deleted?=false query=PointInGeo3DShapeQuery: field=point: Shape:
> GeoCompositeMembershipShape: {[GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.022713796927720124,
> lon=-0.5815768716211268], [lat=-0.7946950025059678, lon=0.4282667468610472],
> [lat=0.1408596217595416, lon=-0.6098466679977738], [lat=0.7965414531411178,
> lon=-1.508912143762057]], internalEdges={3}, holes=[]}, GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.7965414531411178,
> lon=-1.508912143762057], [lat=-0.7033145536783815, lon=0.4464269851814595],
> [lat=1.0518471862927206, lon=-2.5948050766629582]], internalEdges={1, 2},
> holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84,
> points=[[lat=0.5472103826277904, lon=2.6487090531266837],
> [lat=1.0518471862927206, lon=-2.5948050766629582], [lat=0.7965414531411178,
> lon=-1.508912143762057]], internalEdges={1, 2}, holes=[]}, GeoConcavePolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.5472103826277904,
> lon=2.6487090531266837], [lat=0.7965414531411178, lon=-1.508912143762057],
> [lat=0.022713796927720124, lon=-0.5815768716211268],
> [lat=-0.5523784795034061, lon=-0.05097322618399754]], internalEdges={0, 1},
> holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84,
> points=[[lat=1.0518471862927206, lon=-2.5948050766629582],
> [lat=-0.7033145536783815, lon=0.4464269851814595], [lat=-0.32165871220450476,
> lon=-0.2306821921389016]], internalEdges={0}, holes=[]}]} explanation:
> target is in leaf _w(6.1.0):C23769 of full reader
> StandardDirectoryReader(segments:70:nrt _w(6.1.0):C23769) full BKD path
> to target doc: Cell(x=-1.0011088352687925 TO -0.6552151159613697
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.3456185524111195) Cell(x=-1.0011088352687925 TO -0.6552151159613697
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.34561855287730175 TO
> -0.010034327274334781) Cell(x=-0.6552151164275519 TO
> -0.49692303680890554 y=-1.000763585323458 TO 2.587423617105566E-4
> z=-0.997762292058209 TO -0.010034327274334781)
> Cell(x=-0.49692303727508774 TO -0.36821096452714464 y=-1.000763585323458 TO
> 2.587423617105566E-4 z=-0.997762292058209 TO -0.010034327274334781)
> Cell(x=-0.36821096499332684 TO -0.25063435608431966 y=-1.000763585323458 TO
> 2.587423617105566E-4 z=-0.997762292058209 TO -0.010034327274334781)
> Cell(x=-0.25063435655050187 TO -0.14842841329097298 y=-1.000763585323458 TO
> 2.587423617105566E-4 z=-0.997762292058209 TO -0.010034327274334781)
> Cell(x=-0.14842841375715526 TO -0.0052465148368604775 y=-1.000763585323458 TO
> -0.2511880118919554 z=-0.997762292058209 TO -0.010034327274334781)
> Cell(x=-0.14842841375715526 TO -0.0052465148368604775 y=-0.2511880123581376
> TO 2.587423617105566E-4 z=-0.997762292058209 TO -0.010034327274334781)
> Cell(x=-0.005246515303042771 TO 0.34833399434806217 y=-1.000763585323458 TO
> 2.587423617105566E-4 z=-0.997762292058209 TO -0.9797970594803297)
> Cell(x=-0.005246515303042771 TO 0.34833399434806217 y=-1.000763585323458 TO
> 2.587423617105566E-4 z=-0.9797970599465119 TO -0.9292097400113875)
> Cell(x=-0.005246515303042771 TO 0.34833399434806217 y=-1.000763585323458 TO
> 2.587423617105566E-4 z=-0.9292097404775697 TO -0.704145502815162)
> Cell(x=-0.005246515303042771 TO 0.34833399434806217 y=-1.000763585323458 TO
> 2.587423617105566E-4 z=-0.7041455032813442 TO -0.010034327274334781)
> Cell(x=0.34833399388187997 TO 0.4822898738799183 y=-1.000763585323458 TO
> 2.587423617105566E-4 z=-0.997762292058209 TO -0.010034327274334781)
> Cell(x=0.482289873413736 TO 0.6315110483434547 y=-1.000763585323458 TO
> 2.587423617105566E-4 z=-0.997762292058209 TO -0.010034327274334781)
> Cell(x=0.6315110478772725 TO 1.0008262509460042 y=-1.000763585323458 TO
> -0.32193657996922526 z=-0.997762292058209 TO -0.010034327274334781)
> Cell(x=0.6315110478772725 TO 1.0008262509460042 y=-0.3219365804354075 TO
> 2.587423617105566E-4 z=-0.997762292058209 TO -0.010034327274334781)
> Cell(x=-1.0011088352687925 TO 1.0008262509460042 y=2.587418955282624E-4 TO
> 0.07716599018562534 z=-0.997762292058209 TO -0.9888915968144845)
> Cell(x=-1.0011088352687925 TO 1.0008262509460042 y=2.587418955282624E-4 TO
> 0.07716599018562534 z=-0.9888915972806667 TO -0.7165212166771406)
> Cell(x=-1.0011088352687925 TO 1.0008262509460042 y=0.07716598971944306 TO
> 0.19417449769624348 z=-0.997762292058209 TO -0.9658060957606812)
> Cell(x=-1.0011088352687925 TO 1.0008262509460042 y=0.07716598971944306 TO
> 0.19417449769624348 z=-0.9658060962268633 TO -0.7165212166771406)
> Cell(x=-1.0011088352687925 TO -0.02794287022049838 y=0.1941744972300612 TO
> 1.0010422868139164 z=-0.997762292058209 TO -0.8569650638192191)
> Cell(x=-1.0011088352687925 TO -0.02794287022049838 y=0.1941744972300612 TO
> 1.0010422868139164 z=-0.8569650642854013 TO -0.7165212166771406)
> Cell(x=-0.027942870686680672 TO 1.0008262509460042 y=0.1941744972300612 TO
> 0.3629267830932693 z=-0.997762292058209 TO -0.7165212166771406)
> Cell(x=-0.027942870686680672 TO 1.0008262509460042 y=0.3629267826270871 TO
> 1.0010422868139164 z=-0.997762292058209 TO -0.7165212166771406)
> Cell(x=-1.0011088352687925 TO -0.8019803577195481 y=2.587418955282624E-4 TO
> 0.6389050445059218 z=-0.7165212171433228 TO -0.010034327274334781)
> Cell(x=-0.8019803581857303 TO 0.02984857029480781 y=2.587418955282624E-4 TO
> 0.6389050445059218 z=-0.7165212171433228 TO -0.010034327274334781)
> Cell(x=-1.0011088352687925 TO 0.02984857029480781 y=0.6389050440397396 TO
> 1.0010422868139164 z=-0.7165212171433228 TO -0.36905315967019553)
> Cell(x=-1.0011088352687925 TO 0.02984857029480781 y=0.6389050440397396 TO
> 1.0010422868139164 z=-0.3690531601363778 TO -0.010034327274334781)
> Cell(x=0.02984856982862552 TO 0.37555538733061816 y=2.587418955282624E-4 TO
> 1.0010422868139164 z=-0.7165212171433228 TO -0.010034327274334781)
> Cell(x=0.3755553868644359 TO 0.6405450360564969 y=2.587418955282624E-4 TO
> 1.0010422868139164 z=-0.7165212171433228 TO -0.010034327274334781)
> Cell(x=0.6405450355903147 TO 0.8112367367637204 y=2.587418955282624E-4 TO
> 1.0010422868139164 z=-0.7165212171433228 TO -0.010034327274334781)
> Cell(x=0.8112367362975383 TO 1.0008262509460042 y=2.587418955282624E-4 TO
> 1.0010422868139164 z=-0.7165212171433228 TO -0.010034327274334781)
> Cell(x=-1.0011088352687925 TO -0.6274488826783633 y=-1.000763585323458 TO
> -0.3408426765712907 z=-0.010034327740517076 TO 0.7111324724193833)
> Cell(x=-1.0011088352687925 TO -0.6274488826783633 y=-0.34084267703747295 TO
> 0.02145294138136383 z=-0.010034327740517076 TO 0.7111324724193833)
> Cell(x=-1.0011088352687925 TO -0.6274488826783633 y=0.02145294091518154 TO
> 0.38385795134028683 z=-0.010034327740517076 TO 0.7111324724193833)
> Cell(x=-1.0011088352687925 TO -0.6274488826783633 y=0.38385795087410457 TO
> 1.0010422868139164 z=-0.010034327740517076 TO 0.7111324724193833)
> Cell(x=-0.6274488831445454 TO 0.004684528817807952 y=-1.000763585323458 TO
> -0.7384245535555886 z=-0.010034327740517076 TO 0.4296107105436471)
> Cell(x=-0.6274488831445454 TO 0.004684528817807952 y=-0.7384245540217707 TO
> 1.0010422868139164 z=-0.010034327740517076 TO 0.4296107105436471)
> Cell(x=-0.6274488831445454 TO -0.34773771922271723 y=-1.000763585323458 TO
> 1.0010422868139164 z=0.4296107100774649 TO 0.7111324724193833)
> Cell(x=-0.3477377196888995 TO 0.004684528817807952 y=-1.000763585323458 TO
> 1.0010422868139164 z=0.4296107100774649 TO 0.7111324724193833)
> Cell(x=0.004684528351625658 TO 0.6132641927106783 y=-1.000763585323458 TO
> -0.823755793756097 z=-0.010034327740517076 TO 0.7111324724193833)
> Cell(x=0.004684528351625658 TO 0.6132641927106783 y=-0.8237557942222792 TO
> -0.04095454670508251 z=-0.010034327740517076 TO 0.7111324724193833)
> Cell(x=0.6132641922444961 TO 1.0008262509460042 y=-1.000763585323458 TO
> -0.04095454670508251 z=-0.010034327740517076 TO 0.33145283046862506)
> Cell(x=0.6132641922444961 TO 1.0008262509460042 y=-1.000763585323458 TO
> -0.04095454670508251 z=0.3314528300024428 TO 0.7111324724193833)
> Cell(x=0.004684528351625658 TO 0.6158775425898989 y=-0.040954547171264795 TO
> 1.0010422868139164 z=-0.010034327740517076 TO 0.4150281535674352)
> Cell(x=0.004684528351625658 TO 0.6158775425898989 y=-0.040954547171264795 TO
> 1.0010422868139164 z=0.41502815310125296 TO 0.7111324724193833)
> Cell(x=0.6158775421237168 TO 0.8139689412174194 y=-0.040954547171264795 TO
> 1.0010422868139164 z=-0.010034327740517076 TO 0.7111324724193833)
> Cell(x=0.8139689407512372 TO 1.0008262509460042 y=-0.040954547171264795 TO
> 1.0010422868139164 z=-0.010034327740517076 TO 0.7111324724193833)
> Cell(x=-1.0011088352687925 TO 0.001323584769971411 y=-1.000763585323458 TO
> 0.007099080851812687 z=0.7111324719532012 TO 0.835750462797638)
> Cell(x=-1.0011088352687925 TO 0.001323584769971411 y=-1.000763585323458 TO
> 0.007099080851812687 z=0.8357504623314558 TO 0.9292240280325251)
> Cell(x=0.0013235843037891167 TO 1.0008262509460042 y=-1.000763585323458 TO
> -0.3493023966927371 z=0.7111324719532012 TO 0.9292240280325251)
> Cell(x=0.0013235843037891167 TO 1.0008262509460042 y=-0.34930239715891936 TO
> 0.007099080851812687 z=0.7111324719532012 TO 0.9292240280325251)
> Cell(x=-1.0011088352687925 TO 1.0008262509460042 y=-1.000763585323458 TO
> -0.1753250445738468 z=0.9292240275663429 TO 0.9826918175044095)
> Cell(x=-1.0011088352687925 TO 1.0008262509460042 y=-0.17532504504002905 TO
> 0.007099080851812687 z=0.9292240275663429 TO 0.9826918175044095)
> Cell(x=-1.0011088352687925 TO 1.0008262509460042 y=-1.000763585323458 TO
> 0.007099080851812687 z=0.9826918170382273 TO 0.9944024015823575)
> Stack Trace:
> java.lang.AssertionError: FAIL: id=174 should have matched but did not
> shape=GeoCompositeMembershipShape: {[GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.022713796927720124,
> lon=-0.5815768716211268], [lat=-0.7946950025059678, lon=0.4282667468610472],
> [lat=0.1408596217595416, lon=-0.6098466679977738], [lat=0.7965414531411178,
> lon=-1.508912143762057]], internalEdges={3}, holes=[]}, GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.7965414531411178,
> lon=-1.508912143762057], [lat=-0.7033145536783815, lon=0.4464269851814595],
> [lat=1.0518471862927206, lon=-2.5948050766629582]], internalEdges={1, 2},
> holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84,
> points=[[lat=0.5472103826277904, lon=2.6487090531266837],
> [lat=1.0518471862927206, lon=-2.5948050766629582], [lat=0.7965414531411178,
> lon=-1.508912143762057]], internalEdges={1, 2}, holes=[]}, GeoConcavePolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.5472103826277904,
> lon=2.6487090531266837], [lat=0.7965414531411178, lon=-1.508912143762057],
> [lat=0.022713796927720124, lon=-0.5815768716211268],
> [lat=-0.5523784795034061, lon=-0.05097322618399754]], internalEdges={0, 1},
> holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84,
> points=[[lat=1.0518471862927206, lon=-2.5948050766629582],
> [lat=-0.7033145536783815, lon=0.4464269851814595], [lat=-0.32165871220450476,
> lon=-0.2306821921389016]], internalEdges={0}, holes=[]}]}
> point=[X=0.026933631938481088, Y=-0.1374352774704889, Z=0.9879509190301249]
> docID=164 deleted?=false
> query=PointInGeo3DShapeQuery: field=point: Shape:
> GeoCompositeMembershipShape: {[GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.022713796927720124,
> lon=-0.5815768716211268], [lat=-0.7946950025059678, lon=0.4282667468610472],
> [lat=0.1408596217595416, lon=-0.6098466679977738], [lat=0.7965414531411178,
> lon=-1.508912143762057]], internalEdges={3}, holes=[]}, GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.7965414531411178,
> lon=-1.508912143762057], [lat=-0.7033145536783815, lon=0.4464269851814595],
> [lat=1.0518471862927206, lon=-2.5948050766629582]], internalEdges={1, 2},
> holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84,
> points=[[lat=0.5472103826277904, lon=2.6487090531266837],
> [lat=1.0518471862927206, lon=-2.5948050766629582], [lat=0.7965414531411178,
> lon=-1.508912143762057]], internalEdges={1, 2}, holes=[]}, GeoConcavePolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.5472103826277904,
> lon=2.6487090531266837], [lat=0.7965414531411178, lon=-1.508912143762057],
> [lat=0.022713796927720124, lon=-0.5815768716211268],
> [lat=-0.5523784795034061, lon=-0.05097322618399754]], internalEdges={0, 1},
> holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84,
> points=[[lat=1.0518471862927206, lon=-2.5948050766629582],
> [lat=-0.7033145536783815, lon=0.4464269851814595], [lat=-0.32165871220450476,
> lon=-0.2306821921389016]], internalEdges={0}, holes=[]}]}
> explanation:
> target is in leaf _w(6.1.0):C23769 of full reader
> StandardDirectoryReader(segments:70:nrt _w(6.1.0):C23769)
> full BKD path to target doc:
> Cell(x=-1.0011088352687925 TO -0.6552151159613697 y=-1.000763585323458
> TO 2.587423617105566E-4 z=-0.997762292058209 TO -0.3456185524111195)
> Cell(x=-1.0011088352687925 TO -0.6552151159613697 y=-1.000763585323458
> TO 2.587423617105566E-4 z=-0.34561855287730175 TO -0.010034327274334781)
> Cell(x=-0.6552151164275519 TO -0.49692303680890554 y=-1.000763585323458
> TO 2.587423617105566E-4 z=-0.997762292058209 TO -0.010034327274334781)
> Cell(x=-0.49692303727508774 TO -0.36821096452714464
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.010034327274334781)
> Cell(x=-0.36821096499332684 TO -0.25063435608431966
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.010034327274334781)
> Cell(x=-0.25063435655050187 TO -0.14842841329097298
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.010034327274334781)
> Cell(x=-0.14842841375715526 TO -0.0052465148368604775
> y=-1.000763585323458 TO -0.2511880118919554 z=-0.997762292058209 TO
> -0.010034327274334781)
> Cell(x=-0.14842841375715526 TO -0.0052465148368604775
> y=-0.2511880123581376 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.010034327274334781)
> Cell(x=-0.005246515303042771 TO 0.34833399434806217
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.9797970594803297)
> Cell(x=-0.005246515303042771 TO 0.34833399434806217
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.9797970599465119 TO
> -0.9292097400113875)
> Cell(x=-0.005246515303042771 TO 0.34833399434806217
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.9292097404775697 TO
> -0.704145502815162)
> Cell(x=-0.005246515303042771 TO 0.34833399434806217
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.7041455032813442 TO
> -0.010034327274334781)
> Cell(x=0.34833399388187997 TO 0.4822898738799183 y=-1.000763585323458
> TO 2.587423617105566E-4 z=-0.997762292058209 TO -0.010034327274334781)
> Cell(x=0.482289873413736 TO 0.6315110483434547 y=-1.000763585323458 TO
> 2.587423617105566E-4 z=-0.997762292058209 TO -0.010034327274334781)
> Cell(x=0.6315110478772725 TO 1.0008262509460042 y=-1.000763585323458 TO
> -0.32193657996922526 z=-0.997762292058209 TO -0.010034327274334781)
> Cell(x=0.6315110478772725 TO 1.0008262509460042 y=-0.3219365804354075
> TO 2.587423617105566E-4 z=-0.997762292058209 TO -0.010034327274334781)
> Cell(x=-1.0011088352687925 TO 1.0008262509460042 y=2.587418955282624E-4
> TO 0.07716599018562534 z=-0.997762292058209 TO -0.9888915968144845)
> Cell(x=-1.0011088352687925 TO 1.0008262509460042 y=2.587418955282624E-4
> TO 0.07716599018562534 z=-0.9888915972806667 TO -0.7165212166771406)
> Cell(x=-1.0011088352687925 TO 1.0008262509460042 y=0.07716598971944306
> TO 0.19417449769624348 z=-0.997762292058209 TO -0.9658060957606812)
> Cell(x=-1.0011088352687925 TO 1.0008262509460042 y=0.07716598971944306
> TO 0.19417449769624348 z=-0.9658060962268633 TO -0.7165212166771406)
> Cell(x=-1.0011088352687925 TO -0.02794287022049838 y=0.1941744972300612
> TO 1.0010422868139164 z=-0.997762292058209 TO -0.8569650638192191)
> Cell(x=-1.0011088352687925 TO -0.02794287022049838 y=0.1941744972300612
> TO 1.0010422868139164 z=-0.8569650642854013 TO -0.7165212166771406)
> Cell(x=-0.027942870686680672 TO 1.0008262509460042 y=0.1941744972300612
> TO 0.3629267830932693 z=-0.997762292058209 TO -0.7165212166771406)
> Cell(x=-0.027942870686680672 TO 1.0008262509460042 y=0.3629267826270871
> TO 1.0010422868139164 z=-0.997762292058209 TO -0.7165212166771406)
> Cell(x=-1.0011088352687925 TO -0.8019803577195481
> y=2.587418955282624E-4 TO 0.6389050445059218 z=-0.7165212171433228 TO
> -0.010034327274334781)
> Cell(x=-0.8019803581857303 TO 0.02984857029480781
> y=2.587418955282624E-4 TO 0.6389050445059218 z=-0.7165212171433228 TO
> -0.010034327274334781)
> Cell(x=-1.0011088352687925 TO 0.02984857029480781 y=0.6389050440397396
> TO 1.0010422868139164 z=-0.7165212171433228 TO -0.36905315967019553)
> Cell(x=-1.0011088352687925 TO 0.02984857029480781 y=0.6389050440397396
> TO 1.0010422868139164 z=-0.3690531601363778 TO -0.010034327274334781)
> Cell(x=0.02984856982862552 TO 0.37555538733061816
> y=2.587418955282624E-4 TO 1.0010422868139164 z=-0.7165212171433228 TO
> -0.010034327274334781)
> Cell(x=0.3755553868644359 TO 0.6405450360564969 y=2.587418955282624E-4
> TO 1.0010422868139164 z=-0.7165212171433228 TO -0.010034327274334781)
> Cell(x=0.6405450355903147 TO 0.8112367367637204 y=2.587418955282624E-4
> TO 1.0010422868139164 z=-0.7165212171433228 TO -0.010034327274334781)
> Cell(x=0.8112367362975383 TO 1.0008262509460042 y=2.587418955282624E-4
> TO 1.0010422868139164 z=-0.7165212171433228 TO -0.010034327274334781)
> Cell(x=-1.0011088352687925 TO -0.6274488826783633 y=-1.000763585323458
> TO -0.3408426765712907 z=-0.010034327740517076 TO 0.7111324724193833)
> Cell(x=-1.0011088352687925 TO -0.6274488826783633
> y=-0.34084267703747295 TO 0.02145294138136383 z=-0.010034327740517076 TO
> 0.7111324724193833)
> Cell(x=-1.0011088352687925 TO -0.6274488826783633 y=0.02145294091518154
> TO 0.38385795134028683 z=-0.010034327740517076 TO 0.7111324724193833)
> Cell(x=-1.0011088352687925 TO -0.6274488826783633 y=0.38385795087410457
> TO 1.0010422868139164 z=-0.010034327740517076 TO 0.7111324724193833)
> Cell(x=-0.6274488831445454 TO 0.004684528817807952 y=-1.000763585323458
> TO -0.7384245535555886 z=-0.010034327740517076 TO 0.4296107105436471)
> Cell(x=-0.6274488831445454 TO 0.004684528817807952
> y=-0.7384245540217707 TO 1.0010422868139164 z=-0.010034327740517076 TO
> 0.4296107105436471)
> Cell(x=-0.6274488831445454 TO -0.34773771922271723 y=-1.000763585323458
> TO 1.0010422868139164 z=0.4296107100774649 TO 0.7111324724193833)
> Cell(x=-0.3477377196888995 TO 0.004684528817807952 y=-1.000763585323458
> TO 1.0010422868139164 z=0.4296107100774649 TO 0.7111324724193833)
> Cell(x=0.004684528351625658 TO 0.6132641927106783 y=-1.000763585323458
> TO -0.823755793756097 z=-0.010034327740517076 TO 0.7111324724193833)
> Cell(x=0.004684528351625658 TO 0.6132641927106783 y=-0.8237557942222792
> TO -0.04095454670508251 z=-0.010034327740517076 TO 0.7111324724193833)
> Cell(x=0.6132641922444961 TO 1.0008262509460042 y=-1.000763585323458 TO
> -0.04095454670508251 z=-0.010034327740517076 TO 0.33145283046862506)
> Cell(x=0.6132641922444961 TO 1.0008262509460042 y=-1.000763585323458 TO
> -0.04095454670508251 z=0.3314528300024428 TO 0.7111324724193833)
> Cell(x=0.004684528351625658 TO 0.6158775425898989
> y=-0.040954547171264795 TO 1.0010422868139164 z=-0.010034327740517076 TO
> 0.4150281535674352)
> Cell(x=0.004684528351625658 TO 0.6158775425898989
> y=-0.040954547171264795 TO 1.0010422868139164 z=0.41502815310125296 TO
> 0.7111324724193833)
> Cell(x=0.6158775421237168 TO 0.8139689412174194 y=-0.040954547171264795
> TO 1.0010422868139164 z=-0.010034327740517076 TO 0.7111324724193833)
> Cell(x=0.8139689407512372 TO 1.0008262509460042 y=-0.040954547171264795
> TO 1.0010422868139164 z=-0.010034327740517076 TO 0.7111324724193833)
> Cell(x=-1.0011088352687925 TO 0.001323584769971411 y=-1.000763585323458
> TO 0.007099080851812687 z=0.7111324719532012 TO 0.835750462797638)
> Cell(x=-1.0011088352687925 TO 0.001323584769971411 y=-1.000763585323458
> TO 0.007099080851812687 z=0.8357504623314558 TO 0.9292240280325251)
> Cell(x=0.0013235843037891167 TO 1.0008262509460042 y=-1.000763585323458
> TO -0.3493023966927371 z=0.7111324719532012 TO 0.9292240280325251)
> Cell(x=0.0013235843037891167 TO 1.0008262509460042
> y=-0.34930239715891936 TO 0.007099080851812687 z=0.7111324719532012 TO
> 0.9292240280325251)
> Cell(x=-1.0011088352687925 TO 1.0008262509460042 y=-1.000763585323458
> TO -0.1753250445738468 z=0.9292240275663429 TO 0.9826918175044095)
> Cell(x=-1.0011088352687925 TO 1.0008262509460042 y=-0.17532504504002905
> TO 0.007099080851812687 z=0.9292240275663429 TO 0.9826918175044095)
> Cell(x=-1.0011088352687925 TO 1.0008262509460042 y=-1.000763585323458
> TO 0.007099080851812687 z=0.9826918170382273 TO 0.9944024015823575)
> at
> __randomizedtesting.SeedInfo.seed([6FF46E709A772D73:D22A59D8DB124E15]:0)
> at org.junit.Assert.fail(Assert.java:93)
> at
> org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:795)
> at
> org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:517)
> at
> org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomMedium(TestGeo3DPoint.java:444)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
> at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
> at
> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
> at
> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
> at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
> at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
> at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
> at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
> at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
> at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
> at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
> at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
> at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
> at
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
> at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
> at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
> at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
> at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> at
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
> at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> at
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
> at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> at
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
> at
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
> at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
> at
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
> at
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
> at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
> at java.lang.Thread.run(Thread.java:745)
> Build Log:
> [...truncated 9014 lines...]
> [junit4] Suite: org.apache.lucene.spatial3d.TestGeo3DPoint
> [junit4] IGNOR/A 0.01s J0 | TestGeo3DPoint.testRandomBig
> [junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly())
> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestGeo3DPoint
> -Dtests.method=testRandomMedium -Dtests.seed=6FF46E709A772D73
> -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-DZ
> -Dtests.timezone=Australia/Lindeman -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
> [junit4] FAILURE 6.59s J0 | TestGeo3DPoint.testRandomMedium <<<
> [junit4] > Throwable #1: java.lang.AssertionError: FAIL: id=174 should
> have matched but did not
> [junit4] > shape=GeoCompositeMembershipShape: {[GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.022713796927720124,
> lon=-0.5815768716211268], [lat=-0.7946950025059678, lon=0.4282667468610472],
> [lat=0.1408596217595416, lon=-0.6098466679977738], [lat=0.7965414531411178,
> lon=-1.508912143762057]], internalEdges={3}, holes=[]}, GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.7965414531411178,
> lon=-1.508912143762057], [lat=-0.7033145536783815, lon=0.4464269851814595],
> [lat=1.0518471862927206, lon=-2.5948050766629582]], internalEdges={1, 2},
> holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84,
> points=[[lat=0.5472103826277904, lon=2.6487090531266837],
> [lat=1.0518471862927206, lon=-2.5948050766629582], [lat=0.7965414531411178,
> lon=-1.508912143762057]], internalEdges={1, 2}, holes=[]}, GeoConcavePolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.5472103826277904,
> lon=2.6487090531266837], [lat=0.7965414531411178, lon=-1.508912143762057],
> [lat=0.022713796927720124, lon=-0.5815768716211268],
> [lat=-0.5523784795034061, lon=-0.05097322618399754]], internalEdges={0, 1},
> holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84,
> points=[[lat=1.0518471862927206, lon=-2.5948050766629582],
> [lat=-0.7033145536783815, lon=0.4464269851814595], [lat=-0.32165871220450476,
> lon=-0.2306821921389016]], internalEdges={0}, holes=[]}]}
> [junit4] > point=[X=0.026933631938481088, Y=-0.1374352774704889,
> Z=0.9879509190301249]
> [junit4] > docID=164 deleted?=false
> [junit4] > query=PointInGeo3DShapeQuery: field=point: Shape:
> GeoCompositeMembershipShape: {[GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.022713796927720124,
> lon=-0.5815768716211268], [lat=-0.7946950025059678, lon=0.4282667468610472],
> [lat=0.1408596217595416, lon=-0.6098466679977738], [lat=0.7965414531411178,
> lon=-1.508912143762057]], internalEdges={3}, holes=[]}, GeoConvexPolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.7965414531411178,
> lon=-1.508912143762057], [lat=-0.7033145536783815, lon=0.4464269851814595],
> [lat=1.0518471862927206, lon=-2.5948050766629582]], internalEdges={1, 2},
> holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84,
> points=[[lat=0.5472103826277904, lon=2.6487090531266837],
> [lat=1.0518471862927206, lon=-2.5948050766629582], [lat=0.7965414531411178,
> lon=-1.508912143762057]], internalEdges={1, 2}, holes=[]}, GeoConcavePolygon:
> {planetmodel=PlanetModel.WGS84, points=[[lat=0.5472103826277904,
> lon=2.6487090531266837], [lat=0.7965414531411178, lon=-1.508912143762057],
> [lat=0.022713796927720124, lon=-0.5815768716211268],
> [lat=-0.5523784795034061, lon=-0.05097322618399754]], internalEdges={0, 1},
> holes=[]}, GeoConvexPolygon: {planetmodel=PlanetModel.WGS84,
> points=[[lat=1.0518471862927206, lon=-2.5948050766629582],
> [lat=-0.7033145536783815, lon=0.4464269851814595], [lat=-0.32165871220450476,
> lon=-0.2306821921389016]], internalEdges={0}, holes=[]}]}
> [junit4] > explanation:
> [junit4] > target is in leaf _w(6.1.0):C23769 of full reader
> StandardDirectoryReader(segments:70:nrt _w(6.1.0):C23769)
> [junit4] > full BKD path to target doc:
> [junit4] > Cell(x=-1.0011088352687925 TO -0.6552151159613697
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.3456185524111195)
> [junit4] > Cell(x=-1.0011088352687925 TO -0.6552151159613697
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.34561855287730175 TO
> -0.010034327274334781)
> [junit4] > Cell(x=-0.6552151164275519 TO -0.49692303680890554
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.010034327274334781)
> [junit4] > Cell(x=-0.49692303727508774 TO -0.36821096452714464
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.010034327274334781)
> [junit4] > Cell(x=-0.36821096499332684 TO -0.25063435608431966
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.010034327274334781)
> [junit4] > Cell(x=-0.25063435655050187 TO -0.14842841329097298
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.010034327274334781)
> [junit4] > Cell(x=-0.14842841375715526 TO -0.0052465148368604775
> y=-1.000763585323458 TO -0.2511880118919554 z=-0.997762292058209 TO
> -0.010034327274334781)
> [junit4] > Cell(x=-0.14842841375715526 TO -0.0052465148368604775
> y=-0.2511880123581376 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.010034327274334781)
> [junit4] > Cell(x=-0.005246515303042771 TO 0.34833399434806217
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.9797970594803297)
> [junit4] > Cell(x=-0.005246515303042771 TO 0.34833399434806217
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.9797970599465119 TO
> -0.9292097400113875)
> [junit4] > Cell(x=-0.005246515303042771 TO 0.34833399434806217
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.9292097404775697 TO
> -0.704145502815162)
> [junit4] > Cell(x=-0.005246515303042771 TO 0.34833399434806217
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.7041455032813442 TO
> -0.010034327274334781)
> [junit4] > Cell(x=0.34833399388187997 TO 0.4822898738799183
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.010034327274334781)
> [junit4] > Cell(x=0.482289873413736 TO 0.6315110483434547
> y=-1.000763585323458 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.010034327274334781)
> [junit4] > Cell(x=0.6315110478772725 TO 1.0008262509460042
> y=-1.000763585323458 TO -0.32193657996922526 z=-0.997762292058209 TO
> -0.010034327274334781)
> [junit4] > Cell(x=0.6315110478772725 TO 1.0008262509460042
> y=-0.3219365804354075 TO 2.587423617105566E-4 z=-0.997762292058209 TO
> -0.010034327274334781)
> [junit4] > Cell(x=-1.0011088352687925 TO 1.0008262509460042
> y=2.587418955282624E-4 TO 0.07716599018562534 z=-0.997762292058209 TO
> -0.9888915968144845)
> [junit4] > Cell(x=-1.0011088352687925 TO 1.0008262509460042
> y=2.587418955282624E-4 TO 0.07716599018562534 z=-0.9888915972806667 TO
> -0.7165212166771406)
> [junit4] > Cell(x=-1.0011088352687925 TO 1.0008262509460042
> y=0.07716598971944306 TO 0.19417449769624348 z=-0.997762292058209 TO
> -0.9658060957606812)
> [junit4] > Cell(x=-1.0011088352687925 TO 1.0008262509460042
> y=0.07716598971944306 TO 0.19417449769624348 z=-0.9658060962268633 TO
> -0.7165212166771406)
> [junit4] > Cell(x=-1.0011088352687925 TO -0.02794287022049838
> y=0.1941744972300612 TO 1.0010422868139164 z=-0.997762292058209 TO
> -0.8569650638192191)
> [junit4] > Cell(x=-1.0011088352687925 TO -0.02794287022049838
> y=0.1941744972300612 TO 1.0010422868139164 z=-0.8569650642854013 TO
> -0.7165212166771406)
> [junit4] > Cell(x=-0.027942870686680672 TO 1.0008262509460042
> y=0.1941744972300612 TO 0.3629267830932693 z=-0.997762292058209 TO
> -0.7165212166771406)
> [junit4] > Cell(x=-0.027942870686680672 TO 1.0008262509460042
> y=0.3629267826270871 TO 1.0010422868139164 z=-0.997762292058209 TO
> -0.7165212166771406)
> [junit4] > Cell(x=-1.0011088352687925 TO -0.8019803577195481
> y=2.587418955282624E-4 TO 0.6389050445059218 z=-0.7165212171433228 TO
> -0.010034327274334781)
> [junit4] > Cell(x=-0.8019803581857303 TO 0.02984857029480781
> y=2.587418955282624E-4 TO 0.6389050445059218 z=-0.7165212171433228 TO
> -0.010034327274334781)
> [junit4] > Cell(x=-1.0011088352687925 TO 0.02984857029480781
> y=0.6389050440397396 TO 1.0010422868139164 z=-0.7165212171433228 TO
> -0.36905315967019553)
> [junit4] > Cell(x=-1.0011088352687925 TO 0.02984857029480781
> y=0.6389050440397396 TO 1.0010422868139164 z=-0.3690531601363778 TO
> -0.010034327274334781)
> [junit4] > Cell(x=0.02984856982862552 TO 0.37555538733061816
> y=2.587418955282624E-4 TO 1.0010422868139164 z=-0.7165212171433228 TO
> -0.010034327274334781)
> [junit4] > Cell(x=0.3755553868644359 TO 0.6405450360564969
> y=2.587418955282624E-4 TO 1.0010422868139164 z=-0.7165212171433228 TO
> -0.010034327274334781)
> [junit4] > Cell(x=0.6405450355903147 TO 0.8112367367637204
> y=2.587418955282624E-4 TO 1.0010422868139164 z=-0.7165212171433228 TO
> -0.010034327274334781)
> [junit4] > Cell(x=0.8112367362975383 TO 1.0008262509460042
> y=2.587418955282624E-4 TO 1.0010422868139164 z=-0.7165212171433228 TO
> -0.010034327274334781)
> [junit4] > Cell(x=-1.0011088352687925 TO -0.6274488826783633
> y=-1.000763585323458 TO -0.3408426765712907 z=-0.010034327740517076 TO
> 0.7111324724193833)
> [junit4] > Cell(x=-1.0011088352687925 TO -0.6274488826783633
> y=-0.34084267703747295 TO 0.02145294138136383 z=-0.010034327740517076 TO
> 0.7111324724193833)
> [junit4] > Cell(x=-1.0011088352687925 TO -0.6274488826783633
> y=0.02145294091518154 TO 0.38385795134028683 z=-0.010034327740517076 TO
> 0.7111324724193833)
> [junit4] > Cell(x=-1.0011088352687925 TO -0.6274488826783633
> y=0.38385795087410457 TO 1.0010422868139164 z=-0.010034327740517076 TO
> 0.7111324724193833)
> [junit4] > Cell(x=-0.6274488831445454 TO 0.004684528817807952
> y=-1.000763585323458 TO -0.7384245535555886 z=-0.010034327740517076 TO
> 0.4296107105436471)
> [junit4] > Cell(x=-0.6274488831445454 TO 0.004684528817807952
> y=-0.7384245540217707 TO 1.0010422868139164 z=-0.010034327740517076 TO
> 0.4296107105436471)
> [junit4] > Cell(x=-0.6274488831445454 TO -0.34773771922271723
> y=-1.000763585323458 TO 1.0010422868139164 z=0.4296107100774649 TO
> 0.7111324724193833)
> [junit4] > Cell(x=-0.3477377196888995 TO 0.004684528817807952
> y=-1.000763585323458 TO 1.0010422868139164 z=0.4296107100774649 TO
> 0.7111324724193833)
> [junit4] > Cell(x=0.004684528351625658 TO 0.6132641927106783
> y=-1.000763585323458 TO -0.823755793756097 z=-0.010034327740517076 TO
> 0.7111324724193833)
> [junit4] > Cell(x=0.004684528351625658 TO 0.6132641927106783
> y=-0.8237557942222792 TO -0.04095454670508251 z=-0.010034327740517076 TO
> 0.7111324724193833)
> [junit4] > Cell(x=0.6132641922444961 TO 1.0008262509460042
> y=-1.000763585323458 TO -0.04095454670508251 z=-0.010034327740517076 TO
> 0.33145283046862506)
> [junit4] > Cell(x=0.6132641922444961 TO 1.0008262509460042
> y=-1.000763585323458 TO -0.04095454670508251 z=0.3314528300024428 TO
> 0.7111324724193833)
> [junit4] > Cell(x=0.004684528351625658 TO 0.6158775425898989
> y=-0.040954547171264795 TO 1.0010422868139164 z=-0.010034327740517076 TO
> 0.4150281535674352)
> [junit4] > Cell(x=0.004684528351625658 TO 0.6158775425898989
> y=-0.040954547171264795 TO 1.0010422868139164 z=0.41502815310125296 TO
> 0.7111324724193833)
> [junit4] > Cell(x=0.6158775421237168 TO 0.8139689412174194
> y=-0.040954547171264795 TO 1.0010422868139164 z=-0.010034327740517076 TO
> 0.7111324724193833)
> [junit4] > Cell(x=0.8139689407512372 TO 1.0008262509460042
> y=-0.040954547171264795 TO 1.0010422868139164 z=-0.010034327740517076 TO
> 0.7111324724193833)
> [junit4] > Cell(x=-1.0011088352687925 TO 0.001323584769971411
> y=-1.000763585323458 TO 0.007099080851812687 z=0.7111324719532012 TO
> 0.835750462797638)
> [junit4] > Cell(x=-1.0011088352687925 TO 0.001323584769971411
> y=-1.000763585323458 TO 0.007099080851812687 z=0.8357504623314558 TO
> 0.9292240280325251)
> [junit4] > Cell(x=0.0013235843037891167 TO 1.0008262509460042
> y=-1.000763585323458 TO -0.3493023966927371 z=0.7111324719532012 TO
> 0.9292240280325251)
> [junit4] > Cell(x=0.0013235843037891167 TO 1.0008262509460042
> y=-0.34930239715891936 TO 0.007099080851812687 z=0.7111324719532012 TO
> 0.9292240280325251)
> [junit4] > Cell(x=-1.0011088352687925 TO 1.0008262509460042
> y=-1.000763585323458 TO -0.1753250445738468 z=0.9292240275663429 TO
> 0.9826918175044095)
> [junit4] > Cell(x=-1.0011088352687925 TO 1.0008262509460042
> y=-0.17532504504002905 TO 0.007099080851812687 z=0.9292240275663429 TO
> 0.9826918175044095)
> [junit4] > Cell(x=-1.0011088352687925 TO 1.0008262509460042
> y=-1.000763585323458 TO 0.007099080851812687 z=0.9826918170382273 TO
> 0.9944024015823575)
> [junit4] >
> [junit4] > at
> __randomizedtesting.SeedInfo.seed([6FF46E709A772D73:D22A59D8DB124E15]:0)
> [junit4] > at
> org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:795)
> [junit4] > at
> org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:517)
> [junit4] > at
> org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomMedium(TestGeo3DPoint.java:444)
> [junit4] > at java.lang.Thread.run(Thread.java:745)
> [junit4] 2> NOTE: test params are: codec=Asserting(Lucene60):
> {id=BlockTreeOrds(blocksize=128)},
> docValues:{id=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=688,
> maxMBSortInHeap=6.348776570959343,
> sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ar-DZ,
> timezone=Australia/Lindeman
> [junit4] 2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation
> 1.8.0_74 (64-bit)/cpus=4,threads=1,free=282813064,total=352321536
> [junit4] 2> NOTE: All tests run in this JVM: [XYZSolidTest,
> TestGeo3DPoint]
> [junit4] Completed [10/10 (1!)] on J0 in 26.54s, 13 tests, 1 failure, 1
> skipped <<< FAILURES!
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]