9c733242a4
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() |
||
---|---|---|
.. | ||
glib | ||
interfaces | ||
qt | ||
server | ||
dbus.am |