GNOME Bugzilla – Bug 699401
tracker-dbus/request test failed
Last modified: 2013-05-03 09:47:26 UTC
We get the following test failure: PASS: tracker-type-utils TEST: tracker-dbus... (pid=11786) /libtracker-common/tracker-dbus/slist_to_strv_ok: OK /libtracker-common/tracker-dbus/request: ** Tracker:ERROR:tracker-dbus-test.c:131:test_dbus_request: stdout of child process (11800) failed to match: *TestNewOK* FAIL GTester: last random seed: R02S047a66ab0fce5f75b8ef7a331eb4815b /bin/sh: línea 1: 11762 Terminado gtester --verbose tracker-type-utils tracker-dbus tracker-file-utils tracker-utils tracker-media-art-t est tracker-sched-test tracker-crc32-test tracker-date-time-test make[3]: *** [test] Error 143 make[3]: Leaving directory `/var/tmp/portage/app-misc/tracker-0.16.1/work/tracker-0.16.1/tests/libtracker-common' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/var/tmp/portage/app-misc/tracker-0.16.1/work/tracker-0.16.1/tests/libtracker-common' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/app-misc/tracker-0.16.1/work/tracker-0.16.1/tests' make: *** [check-recursive] Error 1
Have you made sure you: export G_MESSAGES_DEBUG=all before running the tests?
Will try just now, didn't know it was needed
Looks to solve this test failure, will check the others
Changed to NOTABUG, nothing was fixed here. It didn't used to be needed, but upstream GLib decided to disable all debug messages without this environment variable and we use debug messages a lot so ... Blame GLib :) Can you check this isn't the reason for all the other bugs failing that you've reported around test cases. I suspect it is.
I am testing just now, but seems that other failures still remain :S