Add option to wait for a name to appear before starting a task
Bug #814668 reported by
Neil J. Patel
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DBus Test Runner |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
It would be nice for the runner to be able to wait for a name to appear on the bus before starting a test, which works well when your using the runner for starting a service to test a client. Something like:
dbus-test-runner --task my-service --task my-client --wait-
Related branches
lp://staging/~ted/dbus-test-runner/wait-for-name
- Neil J. Patel (community): Approve
-
Diff: 291 lines (+159/-2)6 files modified.bzrignore (+3/-0)
configure.ac (+2/-0)
src/dbus-test-runner.c (+48/-2)
tests/Makefile.am (+24/-0)
tests/test-check-name.c (+33/-0)
tests/test-own-name.c (+49/-0)
lp://staging/~indicator-applet-developers/dbus-test-runner/packaging
- Ken VanDine: Approve
-
Diff: 22171 lines (+10682/-9125)29 files modifiedINSTALL (+100/-21)
Makefile.am (+35/-0)
Makefile.in (+114/-39)
aclocal.m4 (+89/-8670)
compile (+183/-16)
config.guess (+31/-18)
config.sub (+39/-26)
configure (+481/-97)
configure.ac (+14/-2)
data/Makefile.in (+41/-15)
data/session.conf (+2/-0)
debian/changelog (+10/-0)
depcomp (+66/-8)
install-sh (+18/-11)
ltmain.sh (+57/-38)
m4/gcov.m4 (+82/-0)
m4/intltool.m4 (+235/-0)
m4/libtool.m4 (+8001/-0)
m4/ltoptions.m4 (+384/-0)
m4/ltsugar.m4 (+123/-0)
m4/ltversion.m4 (+23/-0)
m4/lt~obsolete.m4 (+98/-0)
missing (+4/-49)
po/Makefile.in.in (+9/-4)
src/Makefile.am (+2/-0)
src/Makefile.in (+55/-36)
src/dbus-test-runner.c (+82/-23)
tests/Makefile.am (+140/-1)
tests/Makefile.in (+164/-51)
Changed in dbus-test-runner: | |
status: | Confirmed → In Progress |
Changed in dbus-test-runner: | |
status: | In Progress → Fix Committed |
Changed in dbus-test-runner: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.