[QGIS-Developer] compare failing/succeeding CI builds (how to?)
Sandro Santilli
strk at kbt.io
Tue Mar 17 12:32:09 PDT 2020
On Wed, Mar 18, 2020 at 04:46:22AM +1000, Nyall Dawson wrote:
> On Wed, 18 Mar 2020 at 04:31, Sandro Santilli <strk at kbt.io> wrote:
> > GEOS exception: IllegalArgumentException: Points of LinearRing do not form a closed linestring
> > ...
> > ERROR 6: EPSG PCS/GCS code 7992 not found in EPSG support files. Is this a valid EPSG coordinate system?
>
> These warnings are expected -- the tests include a lot of non-valid
> data (for testing purposes!)
Thanks, that thelps.
> > FAIL: test_algorithms:20
> > 'Find projection', {'algorithm': 'qgis:findprojection', 'name': 'Find projectio (__main__.TestQgisAlgorithms3)
> > ----------------------------------------------------------------------
> > Traceback (most recent call last):
> > File "/root/QGIS/python/plugins/processing/tests/AlgorithmsTestBase.py", line 154, in check_algorithm
> > self.check_results(results, context, parameters, defs['results'])
> > File "/root/QGIS/python/plugins/processing/tests/AlgorithmsTestBase.py", line 333, in check_results
> > self.assertLayersEqual(expected_lyrs[0], result_lyr, compare=compare, pk=pk, geometry={'topo_equal_check': topo_equal_check})
> > File "/root/QGIS/build/output/python/qgis/testing/__init__.py", line 57, in assertLayersEqual
> > self.checkLayersEqual(layer_expected, layer_result, True, **kwargs)
> > File "/root/QGIS/build/output/python/qgis/testing/__init__.py", line 96, in checkLayersEqual
> > _TestCase.assertEqual(self, layer_expby_location_summary_date.gml'}
> >
>
> This one not expected. What gdal/proj version do you use?
I'm reporting what Travis says, so whatever GDAL/PROJ version is
running on Travis. This is the run of this PR:
https://github.com/qgis/QGIS/pull/31980
--strk;
More information about the QGIS-Developer
mailing list