freezer.tests.unit.scheduler.test_freezer_scheduler module¶
- class freezer.tests.unit.scheduler.test_freezer_scheduler.TestFreezerScheduler(methodName='runTest')¶
Bases:
TestCase- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- test_filter_jobs()¶
- test_filter_jobs_centralized()¶
- test_job_lock_standalone_grants_run()¶
- test_owns_job_delegates_to_coordinator()¶
- test_owns_job_standalone_is_always_true()¶
- test_poll_abort_only_kills_locally_running_job()¶
- test_poll_keeps_running_job_despite_ownership_loss()¶
- test_poll_runs_jobs_owned()¶
- test_poll_skips_jobs_not_owned()¶
- test_poll_unschedules_job_when_ownership_lost()¶
- test_update_auth_options()¶
- test_update_job_metadata_filters_actions()¶