lp://qastaging/~3v1n0/dbus-test-runner/new-priv-gobject-abi
- Get this branch:
- bzr branch lp://qastaging/~3v1n0/dbus-test-runner/new-priv-gobject-abi
Branch merges
- Sebastien Bacher: Approve
-
Diff: 2382 lines (+551/-483)14 files modifiedconfigure.ac (+2/-2)
debian/control (+1/-1)
libdbustest/bustle.c (+57/-56)
libdbustest/bustle.h (+0/-2)
libdbustest/dbus-mock.c (+87/-69)
libdbustest/dbus-mock.h (+0/-2)
libdbustest/process.c (+80/-73)
libdbustest/process.h (+0/-2)
libdbustest/service.c (+203/-170)
libdbustest/service.h (+0/-2)
libdbustest/task.c (+105/-82)
libdbustest/task.h (+0/-2)
libdbustest/watchdog.c (+16/-18)
libdbustest/watchdog.h (+0/-2)
Related bugs
Bug #1801692: dbus-test-runner FTBFS with GLib >= 2.58 | Critical | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 102. By Marco Trevisan (Treviño)
-
configure.ac, debian/control: bump build-dependency to glib 2.38
This is the first version exposing the newly used G_DEFINE_
TYPE_WITH_ PRIVATE - 97. By Iain Lane
-
Add bustle-pcap to Depends for the DEP8 tests. This was recently split out of bustle to its own package.
Approved by: PS Jenkins bot - 96. By Lars Karlitski
-
test-param-
wait-system: fix race between tasks Calling RequestName with gdbus-tool to signal the tested binary that a name is owned is racy: since the name is only owned very shortly, the watch might not have been established before the name is already gone again.
Fix this by holding on to the name a bit longer with the test-own-name helper (add a --system flag to that). A better fix would be to only start the second task when the watch has been established. dbus-test-runner always starts tasks in parallel though and changing this would further complicate its command line interface.
Approved by: Iain Lane, PS Jenkins bot
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/dbus-test-runner