GNOME Bugzilla – Bug 723038
Test suite breaks when run with parallel support
Last modified: 2018-09-21 13:49:23 UTC
If you run the test suite with make -jN, at least check_threaded_cnc fails. Compare: make -C tests/multi-threaded check which passes just fine, with make -C tests/multi-threaded check -j5 which fails on that test. Ideally this should be fixed, but if that's not really possible .NOTPARALLEL can be used in tests/multi-threaded/Makefile.am, see http://www.gnu.org/software/make/manual/make.html#Special-Targets
-- 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/libgda/issues/79.