rails/activejob/test
Andrew White fca1aeed9c
Allow overriding of Que and QC urls in integration tests
The Active Job integration tests for Que and Queue Classic assume a
connection to a PostgreSQL database running on localhost:5432 since the
psql command to create the databases does not pass the -h and -p options.
2022-03-19 10:19:23 +00:00
..
adapters Add missing requires 2022-02-17 11:13:51 +10:30
cases Add job_id and exception message to ActiveJob retry/discard logging 2022-02-08 10:06:21 -05:00
integration add assertion helpers for Active Job integration 2022-01-26 19:41:45 -05:00
jobs Allow `ActiveJob::Base.set` to configure job when using `.perform_now` 2021-10-12 13:53:38 -07:00
models [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
support Allow overriding of Que and QC urls in integration tests 2022-03-19 10:19:23 +00:00
helper.rb Removed deprecated behavior that was not halting `after_enqueue`/`after_perform` callbacks when a previous callback was halted with `throw :abort`. 2021-11-17 21:51:17 +00:00