Opened 11 years ago
Closed 11 years ago
#2506 closed defect (fixed)
PostGIS 2.0 tickets regress winnie failure against geos 3.3.9
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.5 |
Component: | QA/buildbots | Version: | 2.0.x |
Keywords: | Cc: |
Description
This might have to do with testing 3.3.9. Only seeing failure on winnie.
tickets .. failed (diff expected obtained: /c/jenkins/postgis/tmp/2.0.5SVN_pg9.2_geos3.3.9dev_gdal1.9.2w32/test_66_diff) ----------------------------------------------------------------------------- --- tickets_expected 2013-09-08 16:11:25 -0400 +++ /c/jenkins/postgis/tmp/2.0.5SVN_pg9.2_geos3.3.9dev_gdal1.9.2w32/test_66_out 2013-10-10 08:46:57 -0400 @@ -242,4 +242,4 @@ #2423|POLYGON((-10 0,-9.2388 3.82683,-7.07107 7.07107,-3.82683 9.2388,0 10,3.82683 9.2388,7.07107 7.07107,9.2388 3.82683,10 0,-10 0)) #2424|MULTILINESTRING((0 0,10 0,24 3,30 10)) #2427|POINT(-1 0) -#2168|5340.762373947|5340.762373947 +#2168|5340.762373948|5340.762373948
Change History (13)
comment:1 by , 11 years ago
comment:3 by , 11 years ago
After looking at #2168 I think we should really change the test to run equality between the first and the second, rather than showing exact numbers.
comment:4 by , 11 years ago
_also_ keeping a test for a rounded number (not too much) would be good, just to be sure the answer isn't completely wrong :)
comment:7 by , 11 years ago
oops I just realized I rounded too much that it wiped out the test I was trying to validate. Have to commit again once I've tested.
comment:13 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I don't think it has to do with geos since this is a distance test. I think this is only failing for w32 (9.3). Wondering if the numbers should just be rounded.