GNOME Bugzilla – Bug 628085
gdbus-connection: /gdbus/connection/filter test fails
Last modified: 2018-05-24 12:44:28 UTC
When testing glib-2.25.14 tarball (with sys-apps/dbus-1.2.24-r1, Gentoo), I ran into following issue: [snip] TEST: gdbus-connection... (pid=5336) /gdbus/connection/basic: OK /gdbus/connection/life-cycle: OK /gdbus/connection/send: OK /gdbus/connection/signals: OK /gdbus/connection/filter: FAIL GTester: last random seed: R02S0852425128c9ec0c3f9d3f32be129611 [/snip]
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 628084 ***
(In reply to comment #1) > Thanks for the bug report. This particular bug has already been reported into > our bug tracking system, but please feel free to report any further bugs you > find. > > *** This bug has been marked as a duplicate of bug 628084 *** Sorry, missed changing the bug the title after cloning the bug ;)
Interesting. Please attach the output when running $ G_DBUS_DEBUG=call,signal,incoming,emission,transport ./gdbus-connection from the gio/tests directory. Thanks.
(In reply to comment #3) > Interesting. Please attach the output when running > > $ G_DBUS_DEBUG=call,signal,incoming,emission,transport ./gdbus-connection > > from the gio/tests directory. Thanks. This smells like a heisenbug as I cannot reproduce it anymore :S
Apparently gdbus tests do not properly clean up after they exit and leave g-dbus-tests-pid-PIDNR files behind. It might be that when test gets assigned PID number which has existing socket file in tmp is causing the failure.
Created attachment 171743 [details] debug report documenting same error in glib-2.26.0 build
(In reply to comment #6) > Created an attachment (id=171743) [details] > debug report documenting same error in glib-2.26.0 build Why is this the same? This is caused simply by not having the required python packages installed. Just install the packages and the tests should pass.
(In reply to comment #7) > Just install the packages and the tests should pass. So maybe this is a duplicate of bug #684495 about there being no check for Python in the configure step.
(In reply to comment #8) > (In reply to comment #7) > > Just install the packages and the tests should pass. > > So maybe this is a duplicate of bug #684495 about there being no check for > Python in the configure step. Nope, real issue seems to be issue I gave in comment #5
-- 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/glib/issues/340.