Opened 11 years ago

Closed 11 years ago

#2160 closed defect (fixed)

[raster] regress failure rt_mapalgebra_expr windows vc builds

Reported by: robe Owned by: Bborie Park
Priority: blocker Milestone: PostGIS 2.1.0
Component: raster Version: master
Keywords: Cc:

Description

In troubleshooting the other #2158 I came across another unpleasant result. It seems my 9.2 32-bit EDB (regress against EDB build) is failing on the rt_mapalgebra_expr raster test.

I've attached results. The mingw tested one is fine. I'm going thru and checking my other EDB builds. As I recall with the 64-bit one, I have some crashes with KML/GML but I think the raster tests always passed.

the test_58_diff has output like this:

99.OBT: |1|FIRST||||||||||||||
99.EXP: |1|FIRST|0.000|0.000|0|0|1.000|-1.000|0.000|0.000|0|0||||
101.OBT: |3|FIRST||||||||||||||
101.EXP: |3|FIRST|0.000|0.000|0|0|1.000|-1.000|0.000|0.000|0|0||||

Attachments (1)

pg92edb32_pgis_reg_210.zip (1.2 KB ) - added by robe 11 years ago.

Download all attachments as: .zip

Change History (4)

by robe, 11 years ago

Attachment: pg92edb32_pgis_reg_210.zip added

comment:1 by robe, 11 years ago

forgot these details:

PostgreSQL 9.2.1, compiled by Visual C++ build 1600, 32-bit
 - 2012-12-30 10:46:41
  GEOS: 3.4.0dev-CAPI-1.8.0 r0
  PROJ: Rel. 4.8.0, 6 March 2012
  GDAL: GDAL 1.9.2, released 2012/10/08

Running tests

 check_gdal .. ok
 check_raster_columns .. ok
 check_raster_overviews .. ok
 rt_io .. ok
 rt_bytea .. ok
 box3d .. ok
 rt_addband .. ok
 rt_band .. ok
 rt_tile .. ok
 rt_dimensions .. ok
 rt_scale .. ok
 rt_pixelsize .. ok
 rt_upperleft .. ok
 rt_rotation .. ok
 rt_georeference .. ok
 rt_set_properties .. ok
 rt_isempty .. ok
 rt_hasnoband .. ok
 rt_metadata .. ok
 rt_rastertoworldcoord .. ok
 rt_worldtorastercoord .. ok
 rt_band_properties .. ok
 rt_set_band_properties .. ok
 rt_setvalues_array .. ok
 rt_summarystats .. ok
 rt_count .. ok
 rt_histogram .. ok
 rt_quantile .. ok
 rt_valuecount .. ok
 rt_valuepercent .. ok
 rt_bandmetadata .. ok
 rt_pixelvalue .. ok
 rt_neighborhood .. ok
 rt_nearestvalue .. ok
 rt_pixelofvalue .. ok
 rt_pixelaspolygons .. ok
 rt_pixelaspoints .. ok
 rt_pixelascentroids .. ok
 rt_polygon .. ok
 rt_utility .. ok
 rt_asgdalraster .. ok
 rt_astiff .. ok
 rt_asjpeg .. ok
 rt_aspng .. ok
 rt_reclass .. ok
 rt_gdalwarp .. ok
 rt_asraster .. ok
 rt_dumpvalues .. ok
 rt_mapalgebraexpr .. ok
 rt_mapalgebrafct .. ok
 rt_mapalgebraexpr_2raster .. ok
 rt_mapalgebrafct_2raster .. ok
 rt_mapalgebrafctngb .. ok
 rt_mapalgebrafctngb_userfunc .. ok
 rt_intersection .. ok
 rt_clip .. ok
 rt_mapalgebra .. ok
 rt_mapalgebra_expr .. failed (diff expected obtained: /tmp/pgis_reg/tes
f)
 rt_union .. ok
 rt_invdistweight4ma .. ok
 rt_4ma .. ok
 rt_setvalues_geomval .. ok
 rt_elevation_functions .. ok
 rt_gist_relationships .. ok
 rt_intersects .. ok
 rt_samealignment .. ok
 rt_geos_relationships .. ok
 rt_iscoveragetile .. ok
 bug_test_car5 .. ok
 tickets .. ok
 loader/Basic .... ok
 loader/BasicCopy .... ok
 loader/Tiled10x10 .... ok
 loader/Tiled10x10Copy .... ok
 loader/Tiled8x8 .... ok
)uninstall .. ok (4061

Run tests: 76
Failed: 1

comment:2 by Bborie Park, 11 years ago

Bump. Can you try on r11222?

comment:3 by robe, 11 years ago

Resolution: fixed
Status: newclosed

I don't think I'm getting failures anymore as I recall. I'll have to double-check. i'm just going to close out for now and if I see again I'll reopen.

Note: See TracTickets for help on using tickets.