Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not use named queues for que adapter | Rafael Mendonça França | 2015-05-03 | 1 | -1/+1 |
| | | | | See #19498 | ||||
* | Only *configure* the queue in setup; DB creation must come later | Matthew Draper | 2015-04-20 | 1 | -11/+13 |
| | | | | | | | | | 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. | ||||
* | Make AJ integration tests much less verbose | Matthew Draper | 2014-09-27 | 1 | -2/+2 |
| | | | | In passing, avoid a blind retry in QC: instead, just fix the problem. | ||||
* | ActiveJob Integration Tests | Cristian Bica | 2014-09-11 | 1 | -0/+37 |