mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
- add a clone() method to filters, and always search using the clone instead of the original filter - add a prepare() method to filters, which is always run in the main thread and can be used to prepare the filter for safe background execution (e.g. creating feature iterators in advance) - don't use QtConcurrent to perform searches in background threads, since it is not safe to use with QObjects - instead manually create threads and ensure that cloned objects are always moved to the thread that they will run in, to ensure that they correctly have thread affinity with the thread in which they are executed
38 lines
828 B
Plaintext
Executable File
38 lines
828 B
Plaintext
Executable File
# black list
|
|
PyQgsJsonUtils
|
|
PyQgsLocalServer
|
|
PyQgsPalLabelingServer
|
|
qgis_composermapgridtest
|
|
qgis_composerutils
|
|
ProcessingGrass7AlgorithmsImageryTest
|
|
ProcessingGrass7AlgorithmsRasterTest
|
|
PyQgsAppStartup
|
|
|
|
# temporary during processing refactoring
|
|
ProcessingParametersTest
|
|
|
|
# code layout tests are run on separate build
|
|
qgis_spelling
|
|
qgis_sipify
|
|
qgis_sip_include
|
|
qgis_sip_uptodate
|
|
|
|
# flaky
|
|
qgis_filedownloader
|
|
qgis_openstreetmaptest
|
|
qgis_wcsprovidertest
|
|
PyQgsWFSProviderGUI
|
|
qgis_ziplayertest
|
|
|
|
# Flaky, see https://dash.orfeo-toolbox.org/testDetails.php?test=63061783&build=297405
|
|
PyQgsSpatialiteProvider
|
|
|
|
# Flaky, see https://travis-ci.org/qgis/QGIS/jobs/297708174
|
|
PyQgsServerAccessControl
|
|
|
|
# Need a local postgres installation
|
|
PyQgsAuthManagerPKIPostgresTest
|
|
PyQgsAuthManagerPasswordPostgresTest
|
|
PyQgsAuthManagerOgrPostgresTest
|
|
|