History log of /systemd/test/TEST-03-JOBS/test-jobs.sh
Revision Date Author Comments Expand
e3ceb75be3cab5d700c7a1c65356cc9d4151a912 05-Feb-2016 Phillip Sz <phillip.szelat@gmail.com>

test: remove exit 0 at the end We don't need that at the end, as it will always exit with 0 if everything is okey.

b46f4ef10734739f50af16b4df44498fd8518e4d 18-Jan-2016 Evgeny Vereshchagin <evvers@ya.ru>

tests: fix TEST-03-JOBS We have JOB UNIT TYPE STATE 1 testsuite.target start waiting 81 end.service start waiting 187 sleep.service start waiting 136 hello.service start waiting 82 testsuite.service start running 135 hello-after-sleep.target start waiting sometimes

59ef392e000a2f50b990da4db01d65099ecfd9d9 06-Nov-2015 Jesus Ornelas Aguayo <jesus.ornelas.aguayo@intel.com>

test: Fix typo in TEST-03-JOBS/test-jobs.sh Fix typo s/enqueueing/enqueuing/ Signed-off-by: Jesus Ornelas Aguayo <jesus.ornelas.aguayo@intel.com>

903e7c37caaaedf8ab0b6c664f4946cce369c0f0 18-May-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

Use "new" --job-mode= option in more places --irreversible/--ignore-dependencies/--fail are deprececated since 4dc5b821ae737914499119e29811fc3346e3d97c. Also add shell completions for --jobs-mode.

06c1c4f98c0d0b4c93e58d75ed5a08d722ec4de3 26-Nov-2014 Michal Schmidt <mschmidt@redhat.com>

test: add test for crash when adding a JOB_NOP

d710d36375bacbf9cfb8903107bedf2c0aada84e 23-Feb-2013 Michal Schmidt <mschmidt@redhat.com>

test: test irreversible jobs

b5da077ddf01546c4a85688624d6957766d6c00c 25-Jan-2013 Michal Schmidt <mschmidt@redhat.com>

test: add test for jobs Add a test case for job merging with --ignore-dependencies. test.sh is copied from TEST-01-*, only lightly modified (this should be refactored better in the future). test-jobs.sh is the core of this test.