GNOME Bugzilla – Bug 711805
gdbus-connection: Fix race condition in test
Last modified: 2013-11-23 20:21:14 UTC
When running under something like valgrind the race becomes apparent between waiting for NameOwnerChanged and starting the process that claims the name.
Created attachment 259490 [details] [review] gdbus-connection: Fix race condition in test The test was expecting that the spawned process wouldn't start up before the NameOwnerChanged signal was subscribed.
Attachment 259490 [details] pushed as 5a5aaa2 - gdbus-connection: Fix race condition in test