Comment 1 for bug 689800

Revision history for this message
dobey (dobey) wrote :

Moving to ubuntuone-control-panel which is where the real problem lies. There was a mutable default in one of the function definitions in an imported file, causing an initialization which connected to the running dbus session, as the private one has not yet been started. This is becuase u1trial imports the tests in order to query the test cases for what services need to be run, such as the dbus service.

After other failed attempts to debug the problem, I eventually found it by mokneypatching dbus.SessionService() inside u1trial itself to simply raise an error when called. Was much easier than trying to create a simplified version of the same problem elsewhere. :)