After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 699401 - tracker-dbus/request test failed
tracker-dbus/request test failed
Status: RESOLVED NOTABUG
Product: tracker
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
Depends on:
Blocks:
 
 
Reported: 2013-05-01 18:13 UTC by Pacho Ramos
Modified: 2013-05-03 09:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2013-05-01 18:13:54 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
Comment 1 Martyn Russell 2013-05-03 09:12:12 UTC
Have you made sure you:

  export G_MESSAGES_DEBUG=all

before running the tests?
Comment 2 Pacho Ramos 2013-05-03 09:33:36 UTC
Will try just now, didn't know it was needed
Comment 3 Pacho Ramos 2013-05-03 09:38:36 UTC
Looks to solve this test failure, will check the others
Comment 4 Martyn Russell 2013-05-03 09:41:56 UTC
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.
Comment 5 Pacho Ramos 2013-05-03 09:47:26 UTC
I am testing just now, but seems that other failures still remain :S