On 3 October 2016 at 19:11, Alessandro Pasotti <[email protected]> wrote: > On Mon, Oct 3, 2016 at 10:44 AM, Matthias Kuhn <[email protected]> wrote: >> >> Following the conversation from >> https://github.com/qgis/QGIS/commit/89d4998 , this is an announcement >> to notify that the PyQgsServerWFST has been disabled on the Travis builds. >> >> Work has been underway to remove "noisy" tests from Travis which cause >> false alarms and these tests regularly fail for unrelated changes. >> False alarms are bad as they undermine confidence in the CI results >> and encourage contributors to ignore the test results. >> >> If you're interested in seeing these tests continue as part of the CI >> infrastructure here are some examples of typical random failures these >> tests encounter: >> >> PyQgsServerWFST: https://travis-ci.org/qgis/QGIS/builds/164559513 >> >> Matthias > > > > Hi Matthias, > > Is there any way to see the complete build logs for that particular build? > > I'm trying with dash but the interesting part was apparently cut. > > The rest of the test output was removed since it exceeds the threshold of > 307200 bytes.
If you make the very first output from the test a 'CTEST_FULL_OUTPUT' line, then the truncation doesn't occur. test_qgsserver_accesscontrol.py uses this, have a look how it's done there. Nyall > > > > > -- > Alessandro Pasotti > w3: www.itopen.it > > _______________________________________________ > Qgis-developer mailing list > [email protected] > List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer _______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
