Gareth J. Greenaway
|
2df1866cc1
|
Adding a internal reset function to scheduler. Calling reset between schedule tests to ensure schedule is empty and it is using defaults.
|
2018-02-21 13:00:19 -08:00 |
|
Gareth J. Greenaway
|
5e15c28dfa
|
Swapping skip_job and postpone_job to send time in date string format instead of passing datetie objects across the event bus. Updating tests tto reflect changes. Updating others which fail when run with --scheduler option but run fine individually.
|
2018-02-20 10:01:19 -08:00 |
|
Gareth J. Greenaway
|
d37ac991a6
|
Fixing lint, unused imports
|
2018-02-20 10:01:19 -08:00 |
|
Gareth J. Greenaway
|
bc93552884
|
swapping the scheduler to use datetime objects internally
|
2018-02-20 10:01:18 -08:00 |
|
Gareth J. Greenaway
|
09d960c0cb
|
Updating utils/schedule.py to be able to track when jobs are skipped because of the max_running parameter. This change moves that check out of handle_func and moves it to it's own function. Also updated skip tests to include a test that _skip_reason is included in the results when a job is skipped.
|
2018-02-07 11:39:10 -08:00 |
|
Gareth J. Greenaway
|
e55bc75cbe
|
Ensure the default loop_interval of 1 second is used until we override it in the individual tests.
|
2017-12-15 08:53:17 -08:00 |
|
Gareth J. Greenaway
|
9797922c8b
|
Moving scheduler tests into a new location. Adding new TEST_SUITE to runtests.py. Add CLI flag to runtests.py so the scheduler tests can be run invidually.
|
2017-12-12 08:37:38 -08:00 |
|