aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support/integration/adapters/queue_classic.rb
Commit message (Collapse)AuthorAgeFilesLines
* Only *configure* the queue in setup; DB creation must come laterMatthew Draper2015-04-201-10/+12
| | | | | | | | | setup gets called from the initializer, so it happens more than once in a test run. Trying to drop the database again after the first process is connected is.. ineffective. And entirely pointless. Instead, defer creating the database to start_workers -- which only happens once, right before we start doing anything real.
* Fixed ActiveJob integration testsCristian Bica2015-03-051-1/+3
|
* Make AJ integration tests much less verboseMatthew Draper2014-09-271-15/+3
| | | | In passing, avoid a blind retry in QC: instead, just fix the problem.
* ActiveJob Integration TestsCristian Bica2014-09-111-0/+45