~vorlon/ubuntu/raring/upstart/lp.1199778

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott James Remnant
  • Date: 2007-02-09 21:02:18 UTC
  • Revision ID: scott@netsplit.com-20070209210218-gw65q0haopkebxkd
* init/control.c (control_job_status, control_job_stop)
(control_job_query): Reply with information about all instances of
the job.
* init/tests/test_control.c (test_job_status, test_job_stop)
(test_job_query): Make sure we get the list end even for a single job;
and make sure we get details of all instances attached to the job.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2007-02-09  Scott James Remnant  <scott@netsplit.com>
2
2
 
 
3
        * init/control.c (control_job_status, control_job_stop)
 
4
        (control_job_query): Reply with information about all instances of
 
5
        the job.
 
6
        * init/tests/test_control.c (test_job_status, test_job_stop)
 
7
        (test_job_query): Make sure we get the list end even for a single job;
 
8
        and make sure we get details of all instances attached to the job.
 
9
 
3
10
        * init/tests/test_job.c (test_change_goal): Check that starting
4
11
        an instance job actually starts a new instance of it.
5
12