1. 15 8月, 2015 1 次提交
  2. 04 5月, 2015 1 次提交
  3. 20 4月, 2015 3 次提交
    • M
      Only *configure* the queue in setup; DB creation must come later · 8b09b454
      Matthew Draper 提交于
      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.
      8b09b454
    • M
      Shuffle a few things in aid of easier debugging · 41ae432f
      Matthew Draper 提交于
      * Don't swallow output -- if there is any, it's probably useful
      * Wait for the process to finish
      * Use IPC instead of a sleep
      * No need for a pidfile
      41ae432f
    • M
      Fix sidekiq test order dependency · 2ca8545e
      Matthew Draper 提交于
      Requiring sidekiq/testing changes stuff, so we need to counteract that
      after we do so.
      
      And given its potential to confuse things, let's do it up front, at a
      predictable point.
      2ca8545e
  4. 15 4月, 2015 1 次提交
    • T
      avoid double initialization error caused to sidekiq · b126e7aa
      Takumi IINO 提交于
      Sidekiq::CLI#boot_system require "#{dummy_app_path}/config/environment.rb".
      But this file has already been required in'test/support/integration/helper.rb'.
      This patch will change to use Sidekiq::Launcher directly.
      b126e7aa
  5. 06 3月, 2015 1 次提交
  6. 13 12月, 2014 1 次提交
  7. 29 11月, 2014 2 次提交
  8. 20 10月, 2014 1 次提交
  9. 27 9月, 2014 1 次提交
  10. 11 9月, 2014 1 次提交
  11. 12 8月, 2014 1 次提交