Skip to content

Add test case for resolving cron worker classes

Adam Hegyi requested to merge ah-test-cron-job-classes into master

What does this MR do and why?

Recently I had a typo in the cron settings (!142057 (merged)) and the CI didn't catch.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

  1. Go to the config/initializers/1_settings.rb file
  2. Find the cron definitions and change a job_class value to something non existing
  3. The new test case should detect it and it should fail

Merge request reports

Loading