Opened 10 years ago
Closed 10 years ago
#2851 closed defect (fixed)
[raster] regress failing on PostGIS 2.2 on winnied and debbie for regress_index
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.2.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description (last modified by )
As of r12813
This is on:
PostgreSQL 9.3.4, compiled by Visual C++ build 1600, 64-bit Postgis 2.2.0dev - r12814 - 2014-07-21 17:00:00 scripts 2.2.0dev r12814 GEOS: 3.5.0dev-CAPI-1.9.0 r3989 PROJ: Rel. 4.8.0, 6 March 2012 SFCGAL: 1.0.4
regress_index .. failed (diff expected obtained: /projects/postgis/tmp/2.2.0dev_pg9.3_geos3.5.0dev_gdal1.11.0w64/test_28_diff) ----------------------------------------------------------------------------- --- regress_index_expected 2014-07-21 12:57:55 -0400 +++ /projects/postgis/tmp/2.2.0dev_pg9.3_geos3.5.0dev_gdal1.11.0w64/test_28_out 2014-07-21 13:06:49 -0400
Details of diff are:
--- regress_index_expected 2014-07-21 12:57:55 -0400 +++ /projects/postgis/tmp/2.2.0dev_pg9.3_geos3.5.0dev_gdal1.11.0w64/test_28_out 2014-07-21 13:06:49 -0400 @@ -5,7 +5,7 @@ 3618|POINT(130.447205 131.655289) 7245|POINT(128.10466 130.94133) 3+=5:true -924+=60:true +924+=60:false:72 12621+=500:true 50000+=600:true expr|3+=5:true
Change History (8)
comment:1 by , 10 years ago
Owner: | changed from | to
---|
comment:2 by , 10 years ago
Component: | buildbots → raster |
---|
comment:3 by , 10 years ago
Summary: | [raster] regress failing on PostGIS 2.2 for winnie for regress_index → [raster] regress failing on PostGIS 2.2 on winnied and debbie for regress_index |
---|
comment:4 by , 10 years ago
Description: | modified (diff) |
---|
comment:5 by , 10 years ago
Actually I just realized for debbie the unsupported XML feature is because I didn't compile PostgreSQL with XML support. Debbie is testing the EDB packaged one which does have XML support. I guess I can recompile with XML support. Then again I'm not sure if all folks just compiling PostGIS will compile against a PostgreSQL with xml support.
comment:6 by , 10 years ago
The failure +924+=60:false:72
is because ANALYZE takes a random sample and is evidently taking one with which we get a bigger error (72) than tolerated (60). I guess the best would be to increase the STATISTICS target for the test table, what do you think ?
As for XML I guess the code could be made to parse the text EXPLAIN ANALYZE output, but let's use a different ticket for that, ok ?
comment:7 by , 10 years ago
With r12815 I set the stats target to its limit (10k). That's 1/5 of the total data.
comment:8 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
And r12816 drops dependency of the testcase on XML. Marking as fixed, please reopen if you get more issues.
Failure on debbie too for some test, though different error: Testing: