<div dir="ltr"><div><div>I've noticed that t.rast.aggregate "relative" test succeeded one day but generally fails:<br><br><a href="http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-04-27-13-32/report_for_nc_spm_08_grass7_nc/temporal/t.rast.aggregate/test_aggregation_relative/index.html" target="_blank">http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-04-27-13-32/report_for_nc_spm_08_grass7_nc/temporal/t.rast.aggregate/test_aggregation_relative/index.html</a><br><a href="http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-04-28-07-00/report_for_nc_spm_08_grass7_nc/temporal/t.rast.aggregate/test_aggregation_relative/index.html" target="_blank">http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-04-28-07-00/report_for_nc_spm_08_grass7_nc/temporal/t.rast.aggregate/test_aggregation_relative/index.html</a><br><a href="http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-04-29-07-00/report_for_nc_spm_08_grass7_nc/temporal/t.rast.aggregate/test_aggregation_relative/index.html" target="_blank">http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-04-29-07-00/report_for_nc_spm_08_grass7_nc/temporal/t.rast.aggregate/test_aggregation_relative/index.html</a><br><br></div>When I run it locally:<br><br></div># in grass session in a new mapset<br><div>cd temporal/t.rast.aggregate/testsuite<br>python test_aggregation_relative.py<br><div><div><br></div><div>I get these errors:<br></div><div><br>ERROR: Unable to make mapset element cell_misc/b_3<br>       (/grassdata/nc_spm_testing/practice5/cell_misc/b_3): File exists<br><br>ERROR: Unable to make mapset element cell_misc/b_3<br>       (/grassdata/nc_spm_testing/practice5/cell_misc/b_3): File exists<br><br></div><div>b_3 is the same name which is visible in (different) error messages in the tests:<br><br>ERROR: Unable to update raster map <b_3@__temporal_t_rast_aggregate_test_aggregation_relative>. The map does not exist.<br><br>ERROR: Unsupported relative time unit type for raster map <b_1@__temporal_t_rast_aggregate_test_aggregation_relative>: None<br><br></div><div>I looked to the test but I was not sucesful. If somebody would like to look at it, remember that tearDownClass class method runs just once after all test_ methods are executed while tearDown method runs after each test_ method. Also remember that the order of runs is undefined. Perhaps the error messages needs to be enhanced in the actual code.<br><br></div><div>Vaclav<br></div></div></div></div>