GNOME Bugzilla – Bug 709120
Tracker tests should be parallelizable
Last modified: 2018-09-21 16:05:09 UTC
If we can run the Tracker tests in perfect isolation, we should be able to significantly improve their total runtime by running them in parallel (initializing automake in configure.ac with 'parallel-tests' and removing the ".NOTPARALLEL:" in tests/tracker/Makefile.am) Currently, this hits conflicts which result in some Tracker processes segfaulting in inconsistent ways. Each test should be running on its own D-Bus session bus and using its own temp directory, but there must be something else that isn't properly isolated. This is related to bug#709119 but may not have the exact same cause.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/folks/issues/70.