aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test
Commit message (Expand)AuthorAgeFilesLines
* Require time extensions in the job that depends on timeRafael Mendonça França2019-08-021-0/+1
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-1/+1
* Ability to test activejobs with relative delayVlado Cingel2019-07-261-0/+18
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-133-3/+0
* Use ActiveJob 5.2 retry logic for old jobsJohn Hawthorn2019-04-221-0/+25
* Merge pull request #35738 from gmcgibbon/aj_assert_drop_usec_docsGannon McGibbon2019-04-201-9/+9
|\
| * Fix assert_performed_with time testsGannon McGibbon2019-03-251-9/+9
* | Use individual execution counters when calculating retry delayPatrik Bóna2019-04-121-0/+20
* | Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
|/
* Drop microseconds in job argument assertionsGannon McGibbon2019-03-221-0/+54
* Adding enque time tracking and loggingCory Gwin @gwincr112019-02-132-0/+13
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-063-2/+3
* activejob typo fixes.alkesh262019-01-291-1/+1
* 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