496 Commits

Author SHA1 Message Date
Nyall Dawson
855c5aab83 Run test on qt 6 2024-12-18 19:00:21 +00:00
Alexander Bruy
0b9bc7fe69
Merge pull request #59948 from qgis/backport-59910-to-release-3_40
[Backport release-3_40] Disable broken test for automatic transaction groups on GDAL >= 3.5
2024-12-18 18:53:18 +00:00
Nyall Dawson
ddaf097548 Skip test on Geos >= 3.11
Broken due to https://github.com/libgeos/geos/issues/1037
2024-12-18 20:46:09 +10:00
Nyall Dawson
f0a924b76b Test still fails on qt6 on ci (but passes locally!) 2024-12-18 12:14:02 +10:00
Nyall Dawson
e5c1ae6ae8 Fix test which was never working, but just skipped on CI because too old GDAL 2024-12-18 12:14:02 +10:00
Nyall Dawson
873f417a1b Fix test on newer GEOS versions 2024-12-18 12:14:02 +10:00
Nyall Dawson
6cfc34b96d Fix crash in server VirtualErrorHandler on newer sip environments
Fixes crash in tests, and adapts these VirtualErrorHandlers to the same
code used elsewhere in QGIS
2024-12-18 12:13:41 +10:00
Nyall Dawson
28c88ca3ec Run test on qt6 2024-12-18 01:23:08 +00:00
Nyall Dawson
5d3d7817ae
Run oauth2 python test on qt6 builds
(cherry picked from commit befc78e3f508b036c99ae9819530d8bcb1304e95)
2024-12-15 09:11:42 +10:00
Nyall Dawson
bb4f6ef956 Run test on qt 6 builds 2024-12-13 14:20:59 +10:00
Nyall Dawson
c45d20ac4e Run test on qt 6 builds 2024-12-13 14:20:48 +10:00
Even Rouault
099f82d891 Fix OAuth2 configuration <--> JSON serialization/deserialization on QT6 2024-12-04 10:19:05 +10:00
Denis Rouzaud
c47cea528a run pre-commit on all files 2024-12-02 10:34:06 +01:00
Nyall Dawson
f284cc933f Properly disable test_core_tiledownloadmanager 2024-10-17 17:58:49 +10:00
Nyall Dawson
0495cdd134 Add a bit more test tolerance so test passes on qt 6 2024-10-17 17:58:49 +10:00
Nyall Dawson
43a735f574 Enable selective masking test on qt6 2024-10-17 17:58:49 +10:00
Nyall Dawson
02d2282352 Re-enable some tests on ci 2024-10-16 12:21:00 +10:00
Nyall Dawson
b3678311ba Enable text renderer tests on qt 6 2024-10-16 12:21:00 +10:00
Juergen E. Fischer
50c03ccf02 apply osgeo4w patches 2024-09-04 09:04:50 +10:00
Nyall Dawson
b3685cbbba
Update .ci/ogc/Dockerfile
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
2024-08-14 16:26:08 +10:00
Nyall Dawson
7bd7c3ae0f
Fix github check annotations 2024-08-14 14:49:13 +10:00
Denis Rouzaud
b05941cdb5
remove useless code from workflow (#58065)
* remove useless code from workflow

This was never used because of limitations of running on PRs. Other approaches have been used since.

* comment set-output
2024-07-11 13:18:29 +02:00
Sandro Santilli
614ebf5f6b
.ci/run_tests.sh: fix podman run of container-based testing (#57688)
Closes GH-57724

---------

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
2024-06-11 16:57:49 +02:00
مهدي شينون (Mehdi Chinoune)
97b19f453f Replace docker-compose by docker compose 2024-04-02 21:36:51 +00:00
Even Rouault
4c2ff458e8 [Qt6] [Tests] Fix PyQgsJsonUtils and PyQgsOGRProvider 2024-02-29 09:59:56 +10:00
Nyall Dawson
ec1b4f822a QVariant.Type, Qt.ItemFlag and Qt.CheckState need to be int compatible
For reasons(?) these aren't IntEnums/IntFlags on PyQt6, but we need
them to be int compatible for compatibility with PyQt5 code
2024-02-26 17:37:31 +01:00
Nyall Dawson
8139887d02 Fix handling of font family from HTML on Qt 6 builds
At some stage we'll likely need to update QgsTextCharacterFormat to
use a list of families to match the Qt 6 changes, but for now just
get the first listed font.
2024-02-20 08:55:59 +10:00
Nyall Dawson
4b7d6e793d Enable some tests 2024-02-19 07:36:08 +10:00
Nyall Dawson
100a628753 Run metadata tests on qt6 2024-02-17 05:38:14 +10:00
Nyall Dawson
1662500478 Fix crash in QgsStringUtils::truncateMiddleOfString on qt 6 2024-02-16 12:33:42 +10:00
Nyall Dawson
a9aa1ec751 Add some tolerance to test 2024-02-15 05:30:44 +10:00
Nyall Dawson
074d47187b PyQgsServerApi test is still fragile 2024-02-14 13:17:34 +10:00
Nyall Dawson
ffc5a355a8 Enable some tests 2024-02-14 13:17:34 +10:00
Nyall Dawson
2c58769f64 Enable some more tests 2024-02-13 20:51:03 +10:00
Even Rouault
777207b022 PyQgsWFSProvider: fix it for Qt6 and remove it from Qt6 blocklist 2024-02-13 13:45:39 +10:00
Nyall Dawson
26ff0b7235 Enable test 2024-02-13 08:13:43 +10:00
Nyall Dawson
763278f8ef Don't use removed QDesktopWidget 2024-02-13 08:13:43 +10:00
Nyall Dawson
5455e6a056 Test no longer crashes on qt6 2024-02-12 14:22:37 +10:00
Nyall Dawson
3a18496f7c Leave gdal vector test as disabled for now
Needs adapting to different GDAL version results
2024-02-10 17:25:22 +10:00
Nyall Dawson
9bdffa8ef9 Retry gdal processing tests on qt6 2024-02-10 17:25:22 +10:00
Nyall Dawson
c8e8cb3fe9 Enable a bunch of processing tests on qt6 2024-02-10 17:25:22 +10:00
Even Rouault
8cd3363137
Merge pull request #56226 from nyalldawson/null_value
Don't use QVariant(QVariant.Type) for NULL values in Python
2024-02-07 18:42:15 +01:00
Nyall Dawson
75f674ffd2 Run test on qt6 2024-02-07 19:46:16 +10:00
Nyall Dawson
d5fbb6f8d3 Enable some more tests 2024-02-07 19:37:37 +10:00
Nyall Dawson
91597fe79b Enable some tests on qt6 2024-02-06 21:04:43 +10:00
Nyall Dawson
9552e6f949 Update .ci/test_blocklist_qt6.txt 2024-02-06 18:59:03 +10:00
Nyall Dawson
eb44f96f32 Run server tests on qt6 2024-02-06 18:59:03 +10:00
Nyall Dawson
ea3a86508e Rename more references to grass7 to version-less "grass" 2024-02-06 18:31:48 +10:00
Nyall Dawson
28e94dc877 Run test on ci: 2024-02-06 13:31:45 +10:00
Nyall Dawson
274c3da754 Leave placement test disabled on qt6 for now
The render changes need further investigation
2024-02-04 08:57:15 +10:00