Add unit test for bgprocess smooth recovery
[oweals/dinit.git] / src / tests / proctests.cc
2020-04-18 Davin McCallAdd unit test for bgprocess smooth recovery
2020-04-13 Davin McCallFix bug with activation count for auto-restart services
2019-08-04 Davin McCallRe-work state propogation/transition logic.
2019-07-12 Davin McCallLog more information on exec failure.
2019-05-28 Davin McCallAdd test for restart of a waits-for dependency.
2019-05-26 Davin McCallTests: don't call timer_expiry directly.
2019-05-26 Davin McCallFix time-out-during-start test.
2019-05-25 Davin McCallAdd test for restart after unexpected termination.
2018-11-24 Davin McCallFix case of process termination before readiness notifi...
2018-11-16 Davin McCallTests: add test for readiness notification via pipe.
2018-09-13 Davin McCallRemove some default copy constructors and their uninten...
2018-09-13 Davin McCallTests: use consistent output spacing and flush before...
2018-09-13 Davin McCallTests: add another test.
2018-06-18 Davin McCallTests: add a new test.
2018-06-18 Davin McCallRemember the reason why a service stopped.
2018-06-15 Davin McCallRefactor: rename onstart_flags_t to service_flags_t.
2018-06-15 Davin McCallRefactor: move "start-interruptible" flag into onstart_...
2018-06-15 Davin McCallTests: add a test for interrupted start of skippable...
2018-06-14 Davin McCallAdd test for scripted service start skip.
2018-06-08 Davin McCallAdd another process service test, currently failing.
2018-06-04 Davin McCallproctests: add a new test, currently failing.
2018-03-19 Davin McCallAdd a test, adjustments to other tests.
2018-01-25 Davin McCallProcess tests: check timer status in various tests.
2018-01-16 Davin McCallMinor fixes to tests.
2018-01-16 Davin McCallAdd second smooth recovery test.
2018-01-16 Davin McCallFix smooth recovery test.
2018-01-16 Davin McCallAdd process service stop timeout test.
2018-01-15 Davin McCallAdd a proc test, and name each test.
2018-01-15 Davin McCallproctests: complete existing tests and add a 4th (curre...
2018-01-15 Davin McCallImplement mock functionality for some system calls...
2018-01-13 Davin McCallAdd some process-service tests.