lp://staging/~xnox/upstart/reload-signal
Created by
Dimitri John Ledkov
and last modified
- Get this branch:
- bzr branch lp://staging/~xnox/upstart/reload-signal
Only
Dimitri John Ledkov
can upload to this branch. If you are
Dimitri John Ledkov
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- James Hunt: Approve
- Dimitri John Ledkov (community): Approve
-
Diff: 17650 lines (+17195/-157)14 files modifieddbus/com.ubuntu.Upstart.Instance.xml (+3/-0)
init/job.c (+48/-0)
init/job.h (+2/-0)
init/job_class.c (+11/-0)
init/job_class.h (+3/-0)
init/man/init.5 (+11/-0)
init/parse_job.c (+92/-0)
init/tests/data/upstart-reload-signal.json (+16580/-0)
init/tests/test_job.c (+142/-0)
init/tests/test_job_class.c (+2/-0)
init/tests/test_parse_job.c (+211/-0)
init/tests/test_state.c (+73/-0)
util/initctl.c (+2/-13)
util/tests/test_initctl.c (+15/-144)
Related bugs
Bug #893021: ability to specify signal for reload command | Undecided | Fix Released |
Related blueprints
Branch information
Recent revisions
- 1514. By Dimitri John Ledkov
-
Do not hang with waitid call waiting for SIGHUP on the child process.
The mock dbus server, doesn't actually call job_reload and thus SIGHUP
is not set to the process under test. It's ok to not test this here,
since sending signals & checking them is otherwise tested in
job_reload's harness. - 1510. By Dimitri John Ledkov
-
* init/session.c: fix a bug in session_from_index to handle more
than one session.
* init/tests/test_state. c: add a test_sesion_ upgrade_ stale with 2
stale chroot sessions.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/upstart