• Y
    correctly set test adapter when configure the queue adapter on a per job (#26690) · 80dc3098
    Yuji Yaginuma 提交于
    The `ActiveJob::TestHelper` replace the adapter to test adapter in
    `before_setup`. It gets the target class using the `descendants`, but if
    the test target job class is not loaded, will not be a replacement of
    the adapter.
    Therefore, instead of replacing with `before_setup`, modified to
    replace when setting adapter.
    
    Fixes #26360
    80dc3098
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 1.8 KB