aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test
Commit message (Expand)AuthorAgeFilesLines
* Rewrite ActiveJob exception tests so it runs with the real adaptersRosa Gutierrez2019-01-082-88/+85
* Support in-flight jobs stored before individual execution counters for `retry...Rosa Gutierrez2019-01-052-17/+28
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-216-67/+47
* Merge pull request #33992 from kirs/enqueue-return-falseRafael França2018-12-052-0/+38
|\
| * Make AJ::Base#enqueue return false if the job wasn't enqueuedKir Shatrov2018-10-282-0/+38
* | Do not deserialize GlobalID objects that were not generated by Active JobRafael Mendonça França2018-11-271-0/+4
* | Merge pull request #34376 from composerinteralia/default_queue_nameRafael França2018-11-231-1/+28
|\ \
| * | Allow using queue prefix with a default queue nameDaniel Colson2018-11-031-1/+28
* | | Keep executions for each specific exception (#34352)Alberto Almagro2018-11-232-0/+31
* | | Allow all ActiveJob assertion helper to accept Proc in their `only` kw:Edouard CHIN2018-11-211-0/+56
* | | Permit ActionController::Parameters for serializable HashBernie Chiu2018-11-192-0/+25
|/ /
* | Restore HWIA support to AJ::Arguments.deserializeGannon McGibbon2018-10-301-0/+5
* | Merge pull request #33972 from bogdanvlviv/follow-up-33897Rafael França2018-10-301-5/+5
|\ \ | |/ |/|
| * Improve `enqueue_retry.active_job` messagebogdanvlviv2018-09-251-5/+5
* | Merge pull request #34204 from XrXr/aj-test-helper-argsRafael França2018-10-241-12/+12
|\ \
| * | Include deserialized arguments in jobs returned by AJ test helpersAlan Wu2018-10-121-12/+12
* | | Remove an extra `@mutex.synchronize`yuuji.yaginuma2018-10-191-12/+1
* | | Return a non zero code when can not connect to backend on CIyuuji.yaginuma2018-10-194-4/+8
|/ /
* | Add a way to check for subset of arguments when performing jobs:Edouard CHIN2018-09-261-0/+46
* | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
|/
* Merge pull request #33906 from dark-panda/ignore-psqlrc-when-using-psqlRafael França2018-09-202-4/+4
|\
| * Ignore psqlrc files when executing psql commandsJ Smith2018-09-172-4/+4
* | Make `assert_<enqueued|performed>_with()` compare hashes ignoring order of keysSharang Dashputre2018-09-212-0/+22
* | Merge pull request #33897 from bogdanvlviv/follow-up-33751Rafael França2018-09-181-0/+5
|\ \ | |/ |/|
| * `retry_job` should publish `enqueue_retry.active_job` notificationbogdanvlviv2018-09-161-0/+5
* | Print correct rake command on running AJ integration testsbogdanvlviv2018-09-171-1/+1
|/
* Update test_helper_test.rbSharang Dashputre2018-09-121-1/+1
* Merge pull request #33823 from stoodfarback/aj_backburner_fix_priorityRafael França2018-09-101-0/+12
|\
| * ActiveJob Backburner adapter: fix prioritystoodfarback2018-09-071-0/+12
* | Add missing `perform_enqueued_jobs` to error logging testyuuji.yaginuma2018-09-091-1/+1
|/
* Merge pull request #33751 from steves/add_retry_notifications_to_ajRafael França2018-08-301-27/+72
|\
| * Move ActiveJob retry and discard logging into log subscriberSteve S2018-08-301-27/+72
* | Add test to make sure the custom object key can't be serializedRafael Mendonça França2018-08-281-2/+4
|/
* Remove duplicate testutilum2018-08-221-2/+2
* Allow `assert_performed_with` to be called without a block.bogdanvlviv2018-08-201-7/+91
* Fix `assert_performed_jobs` and `assert_no_performed_jobs`bogdanvlviv2018-08-201-10/+256
* Allow `:queue` option to `assert_no_performed_jobs`.bogdanvlviv2018-08-201-0/+54
* Allow `:queue` option to `assert_performed_jobs`.bogdanvlviv2018-08-201-0/+58
* Allow `:queue` option to `perform_enqueued_jobs`.bogdanvlviv2018-08-201-5/+139
* Increment execution count before deserialize argumentsyuuji.yaginuma2018-08-182-0/+9
* Allow `perform_enqueued_jobs` to be called without a block.Kevin Deisz2018-08-151-2/+18
* Wrap ActiveJob::Enqueue in evented ActiveSupport::Notificationzvkemp2018-07-171-3/+20
* Allow `queue` option to `assert_no_enqueued_jobs`bogdanvlviv2018-06-301-0/+73
* Merge pull request #33257 from utilum/ruby-warningsRyuta Kamizono2018-06-302-4/+6
|\
| * Fix Ruby warnings tickled by the test suiteutilum2018-06-302-4/+6
* | Clarify activejob/lib/active_job/test_helper.rbbogdanvlviv2018-06-291-2/+8
|/
* Allow call `assert_enqueued_with` and `assert_enqueued_email_with` with no blockbogdanvlviv2018-06-291-9/+74
* Allow passing multiple exceptions to retry_on/discard_onGeorge Claghorn2018-06-252-0/+25
* Rename exception variable to error.Kasper Timm Hansen2018-05-211-2/+2
* Pass the error instance as the second parameter of block executed by `discard...yuuji.yaginuma2018-05-122-2/+2