mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
GDBus: Don't use abstract sockets in test code
It doesn't really work right now because of a dbus-daemon(1) bug - see the comment added in the TODO section of gdbusconnection.c. So revert to old behavior. The downside is a lot of files in /tmp but right now that's better than not being able to run tests in a loop. Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -90,6 +90,15 @@
|
||||
* kind of pitfalls it avoids
|
||||
* - Export objects before claiming names
|
||||
* - Talk about auto-starting services (cf. GBusNameWatcherFlags)
|
||||
*
|
||||
* - use abstract sockets in test code
|
||||
* - right now it doesn't work, dbus-daemon(1) fails with
|
||||
*
|
||||
* /gdbus/connection/filter: Failed to start message bus: Failed to bind
|
||||
* socket "/tmp/g-dbus-tests-pid-28531": Address already in use
|
||||
* ** WARNING **: Error reading address from dbus daemon, 0 bytes read
|
||||
*
|
||||
* or similar.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
Reference in New Issue
Block a user