]> git.koha-community.org Git - koha.git/commit
Bug 35479: (follow-up) Match formatting for other cronjob logs
authorNick Clemens <nick@bywatersolutions.com>
Tue, 5 Dec 2023 13:40:48 +0000 (13:40 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 13 Feb 2024 10:24:17 +0000 (11:24 +0100)
commitc998c576318703473ee579cfe284e2c7559aa093
treec53583e7e1611523576a3efdd8c24154bb81b39c
parentc0d2ee4c074f965b69a0829d251d1de323ecaaa7
Bug 35479: (follow-up) Match formatting for other cronjob logs

To test:
1 - Install the Kitchen Sink plugin
2 - Restart all
3 - Enable 'CronjobLog' system preference
4 - perl misc/cronjobs/plugins_nightly.pl
5 - Note you see on the command line 'Remember to clean the kitchen' - this indicates the plugin cron ran
6 - Tools->log viewer, select 'cronjob' and view
7 - Note you only see 'plugins_nightly.pl' Run and End lines
8 - Apply patches
9 - perl misc/cronjobs/plugins_nightly.pl
10 - View logs agian
11 - Note you now see Run and End lines for 'Koha::Plugin::Com::ByWaterSolutions::KitchenSink'
12 - Confirm they look like the other lines
13 - Edit KitchenSink.pm and add 'die "Kittens";' to the cronjob nightly
14 - perl misc/cronjobs/plugins_nightly.pl
15 - View logs, confirm there is a FAILED error message for the KitchenSink cron

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit ea30aaff625b1171ac30cb80c67f8eea69c08de3)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
misc/cronjobs/plugins_nightly.pl