207 Commits

Author SHA1 Message Date
nirvn
92ed232f06 Doh 2020-03-15 15:46:55 +07:00
Alessandro Pasotti
9a53cf2a3e MSSQL revert geometryColumnTypes and homogenize
Other providers return an "invalid" col type from geometryColumnTypes
let's keep it that way (for now)
2020-03-14 11:18:01 +01:00
Alessandro Pasotti
ea1826a3d1 Modular PG raster tests
It should be now possible to disable test
cases individually.
2020-03-03 14:25:21 +01:00
Juergen E. Fischer
edee4a3d10 spelling fixes (closes #32408) 2020-02-28 21:04:02 +01:00
Nyall Dawson
255e4ed09f (Hopefully temporarily) disable PG Raster tests on Travis
This test is failing on master builds, causing timeouts during
the sql data load step and resulting in build failures on the
master branch. The consequence is that build caching on Travis
is broken, resulting in increasingly lengthy test build times.
2020-01-28 12:04:39 +10:00
Matthias Kuhn
b4eebfcd82 Add test output to postgres database startup
to debug travis
2020-01-22 14:52:21 +01:00
Julien Cabieces
e5fd756527 Configure Oracle continuous integration 2020-01-02 20:59:28 +10:00
Nyall Dawson
567cdb3d2a Disable qgis_layerdefinition on CI
This test relies on an unreliable 3rd party service
2019-12-06 14:54:12 +10:00
Matthias Kuhn
35173c5336 Restore clang 2019-11-07 13:06:49 +01:00
Matthias Kuhn
a6386038ff Fix all 3 arg lambda problems 2019-11-04 21:52:39 +01:00
Matthias Kuhn
cffea8b28b Enable more clazy checks and disable warnings as errors (boom) 2019-11-04 18:35:26 +01:00
Matthias Kuhn
6dc576bc3e Only do connect-3arg-lambda check on travis 2019-11-04 07:35:34 +01:00
Matthias Kuhn
47c86dc4a2 Use clazy 2019-11-04 07:35:34 +01:00
Sandro Santilli
76b39de1b8
Add ENABLE_SAGA_TESTS cmake config, default to off, enable in ci (#32199)
* Add ENABLE_SAGA_TESTS cmake config, default to off, enable in ci

Closes #32143

* Update python/plugins/processing/tests/CMakeLists.txt

Co-Authored-By: Harrissou Sant-anna <delazj@gmail.com>
2019-10-11 11:26:33 +02:00
Nyall Dawson
b3b3d7053a Don't try to load mssql data 2019-09-13 10:36:06 +10:00
Nyall Dawson
172b5d8a4c Disable mssql server docker use, it's down too often... 2019-09-13 10:36:06 +10:00
Nyall Dawson
01eb8896fb Try bumping ccache size 2019-08-27 10:54:19 +10:00
Denis Rouzaud
bf10738d2f remove ENV CC et CXX variables from base docker images
since they prevent to be used as a build arg in final image
2019-06-18 22:12:21 +02:00
Denis Rouzaud
60415a8eb9 also push build deps images when building final images
for Disco images, otherwise never pushed
2019-06-18 17:33:17 +02:00
Matthias Kuhn
608f050d01 Redo the whole cert signing process 2019-06-05 22:47:51 +02:00
Matthias Kuhn
dc36d4a234 Add ssl key with postres as CN 2019-06-05 15:00:59 +02:00
Matthias Kuhn
8c39f88b85 Make the code check a bit happier 2019-06-05 12:53:19 +02:00
Matthias Kuhn
f198931289 Unblacklist postgres postgis test 2019-06-05 10:25:38 +02:00
Nyall Dawson
4a87cc91a7 Try unblacklisting some more tests
I think these were blacklisted for the Qt5 migration only
2019-04-07 15:25:05 +10:00
Denis Rouzaud
7410fb0a52
clearer definition of flaky tests (#9693) 2019-04-03 11:02:30 -05:00
Nyall Dawson
7e23f4ddf6 Run QgsJsonUtils test on Travis
This was originally blacklisted back in the 3.0 transition due to
issues with Qt 5.6. We no longer support that version.
2019-04-02 14:34:46 +10:00
Nyall Dawson
9376cb098b Re-run attribute table tests on Travis
Should be fixed with proxy task fix
2019-04-02 06:17:29 +10:00
Denis Rouzaud
7fb752e0ff
[TRAVIS] run flaky test when label is defined (#9509)
to declare a test as flaky:

* for cpp, use

```
if ( !QgsTest::runFlakyTests() )
    QSKIP( "This test is disabled on Travis CI environment" );
```

* for Python, you can use `RUN_FLAKY_TEST` environment variable
2019-03-27 09:45:34 -05:00
Nyall Dawson
1029c6542c Disable freaking annoying constantly failing unit tests 2019-03-12 20:08:03 +10:00
Denis Rouzaud
d0d918fb2e the ultimate docker experience 2019-03-09 12:57:26 +01:00
Denis Rouzaud
829a614b71 do not exit on error 2019-03-09 12:40:59 +01:00
Denis Rouzaud
2777381fc9 🐳 2019-03-09 12:15:10 +01:00
Denis Rouzaud
0993d6cf6f k 2019-03-08 20:01:47 +01:00
Denis Rouzaud
e104cce237 gogogogog 2019-03-08 19:38:27 +01:00
Denis Rouzaud
fe0c6d9301 o 2019-03-08 19:15:45 +01:00
Denis Rouzaud
0049539ae6 k 2019-03-08 18:18:57 +01:00
Denis Rouzaud
870cd00a81 kkk 2019-03-08 18:03:04 +01:00
Denis Rouzaud
1117c6b302 wwer 2019-03-08 17:42:37 +01:00
Denis Rouzaud
9e3a163586 k2 2019-03-08 16:30:22 +01:00
Denis Rouzaud
ef52052009 klap 2019-03-08 16:15:45 +01:00
Denis Rouzaud
8528b1ff43 x 2019-03-08 15:53:07 +01:00
Denis Rouzaud
e510d32184 yeaaah 2019-03-08 15:20:13 +01:00
Denis Rouzaud
a24674d2d2
Update docker-variables.env 2019-03-08 14:05:25 +01:00
Denis Rouzaud
9c6e3ccd3c bring the lions 2019-03-08 13:21:25 +01:00
Denis Rouzaud
65e126fb52 more elephants 2019-03-08 13:03:28 +01:00
Denis Rouzaud
b7ee1c70de 🥩 2019-03-08 12:39:32 +01:00
Denis Rouzaud
48a0d1ff4d fix path 2019-03-08 11:54:42 +01:00
Denis Rouzaud
ce8ad769b8 will you sleep 2019-03-08 11:27:11 +01:00
Denis Rouzaud
b2f3b55db7 kkk 2019-03-08 11:06:52 +01:00
Denis Rouzaud
e655d0f6cd test 2019-03-08 10:42:12 +01:00