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 779041 - /collection/delete-sync is racy
/collection/delete-sync is racy
Status: RESOLVED OBSOLETE
Product: libsecret
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libsecret maintainer(s)
libsecret maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-02-21 21:53 UTC by Emilio Pozuelo Monfort
Modified: 2018-09-21 16:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Emilio Pozuelo Monfort 2017-02-21 21:53:18 UTC
Hi,

/collection/delete_sync sometimes fails with:

** Message: Remote error from secret service: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying

** (test-collection:995): WARNING **: couldn't set SecretCollection Label: Message recipient disconnected from message bus without replying
FAIL: test-collection 18 /collection/delete-sync

This only happens every so often when running the tests on a multicore machine, but it happens much more often (possibly 100% of the time) when running on a single cpu machine, or with:

taskset --cpu-list 0 ...

Adding a sleep(1); at the end of setup() and teardown() seems to make it work, so this is probably just a failure to properly wait for the bus to go up or down.
Comment 1 GNOME Infrastructure Team 2018-09-21 16:26:48 UTC
-- 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/libsecret/issues/13.