Skip to content
  • Rosa Gutierrez's avatar
    154057b4
    Rewrite ActiveJob exception tests so it runs with the real adapters · 154057b4
    Rosa Gutierrez authored
    Previously, by extending ActiveJob::TestCase, the test adapter provided
    for tests was being used always, in all executions where supposedly
    different adapters were being used. As a consequence, some bugs visible
    only for some adapters might have gone undetected. This commit changes
    that, skipping queue adapters for which we can't test scheduling jobs
    with a delay.
    154057b4
    Rewrite ActiveJob exception tests so it runs with the real adapters
    Rosa Gutierrez authored
    Previously, by extending ActiveJob::TestCase, the test adapter provided
    for tests was being used always, in all executions where supposedly
    different adapters were being used. As a consequence, some bugs visible
    only for some adapters might have gone undetected. This commit changes
    that, skipping queue adapters for which we can't test scheduling jobs
    with a delay.
Loading