[GRASS-dev] Failing tests overview for September 2015

Markus Neteler neteler at osgeo.org
Sun Nov 15 05:10:12 PST 2015


Hi,

I checked to Piemonte tests and saw a few issues while overall the
success rate is much better now:

#######
http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-11-15-08-00/report_for_piemonte_utm32_wgs84_grass7_stdmaps/raster/r.in.gdal/test_r_in_gdal/index.html

ERROR: Projection of dataset does not appear to match current location.
Location PROJ_INFO is:
name: Universal Transverse Mercator
proj: utm
...
Dataset PROJ_INFO is:
name: Lambert Conformal Conic
proj: lcc

... how should this be handled? The Piemont data are in UTM, so the
data in raster/r.in.gdal/testsuite/data/ do not fit since written for
NC.

#######
http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-11-15-08-00/report_for_piemonte_utm32_wgs84_grass7_stdmaps/raster/r.profile/test_profile_ncspm/index.html
http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-11-15-08-00/report_for_piemonte_utm32_wgs84_grass7_stdmaps/raster/r.viewshed/test_r_viewshed/index.html
http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-11-15-08-00/report_for_piemonte_utm32_wgs84_grass7_stdmaps/scripts/r.import/test_r_import/index.html
http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-11-15-08-00/report_for_piemonte_utm32_wgs84_grass7_stdmaps/raster/r.watershed/r_watershed_test/index.html
http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-11-15-08-00/report_for_piemonte_utm32_wgs84_grass7_stdmaps/raster/r.slope.aspect/test_r_slope_aspect/index.html

--> also here the tests are NC specific.

Maybe they should be skipped in the Piemont test case?

#######
http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-11-15-08-00/report_for_piemonte_utm32_wgs84_grass7_stdmaps/vector/v.what/test_vwhat_ncspm/index.html
ERROR: Vector map <elev_points> not found
--> this map only exists in location "nc_basic_spm_grass7", hence not
in Piemont (which is a clone of the full NC location).
I would suggest to replace that map with some other point map being
present in the full datasets.

#######
http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-11-15-08-00/report_for_piemonte_utm32_wgs84_grass7_stdmaps/lib/python/pygrass/modules/test_doctests/index.html

File "etc/python/grass/pygrass/modules/grid/grid.py", line 85, in
grass.pygrass.modules.grid.grid.copy_mapset
Failed example:
    sorted(os.listdir(os.path.join(path, 'PERMANENT')))
Expected:
    [u'DEFAULT_WIND', u'PROJ_INFO', u'PROJ_UNITS', u'VAR', u'WIND']
Got:
    [u'CURGROUP', u'DEFAULT_WIND', u'MYNAME', u'PROJ_INFO',
u'PROJ_UNITS', u'VAR', u'WIND']

--> API change?

#######
http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-11-15-08-00/report_for_piemonte_utm32_wgs84_grass7_stdmaps/vector/v.net/test_v_net/index.html
http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-11-15-08-00/report_for_piemonte_utm32_wgs84_grass7_stdmaps/lib/python/pygrass/modules/grid/test_doctests/index.html

--> API change?

#######
http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-11-15-08-00/report_for_piemonte_utm32_wgs84_grass7_stdmaps/scripts/r.import/test_r_import/index.html

  File "etc/python/grass/gunittest/checkers.py", line 264, in values_equal
    precision = float(precision)
TypeError: float() argument must be a string or a number

--> not sure what's wrong here.

Markus


More information about the grass-dev mailing list