GNOME Bugzilla – Bug 779041
/collection/delete-sync is racy
Last modified: 2018-09-21 16:26:48 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.
-- 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.