GNOME Bugzilla – Bug 727700
Ensure backends have no pending main context events after unprepare()
Last modified: 2018-09-21 16:09:50 UTC
To make sure there is no interference between unit tests caused by undispatched events in the global default main context, we should make sure that all backends and persona stores guarantee to have no pending main context events by the time their unprepare() methods return. This is generally a good idea anyway, not just for unit tests. Currently, the unit tests manually iterate the global default main context until no events are left; those FIXMEs should be removed as part of the fix for this bug.
-- 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/folks/issues/94.