syncevolution/src/dbus
Patrick Ohly 9c733242a4 D-Bus server: delay message processing until server is running
Server::run() still does some initialization (backend loading and file
watching). We need to wait with processing calls until that is done,
otherwise we have a race condition in TestFileNotify.testSession3:
- server starts
- test calls GetVersion()
- server answers as part of sending out log messages or loading backends (?),
  sending incomplete information (no backends loaded yet)
- test touches syncevo-dbus-server
- server sets up watch
=> test fails because server missed the file modification and incorrect information returned
   by GetVersions()
2014-05-05 09:28:13 +02:00
..
glib GTK/GTK3 UI: fix crash on 64 bit 2013-10-01 09:28:39 +02:00
interfaces autotools: fix race condition related to src/dbus/interfaces docs 2013-09-04 11:09:34 +02:00
qt autotools: include missing src/dbus/qt/configure-sub.in 2012-01-11 16:10:08 +01:00
server D-Bus server: delay message processing until server is running 2014-05-05 09:28:13 +02:00
dbus.am Port build system to non-recursive Automake. 2011-08-30 16:38:34 +02:00