1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test
Mike Perham 701e06224c Rework job processing in light of Rails 5's Reloader (#3235)
* Rework job processing in light of Rails 5's Reloader, see #3221

* Ignore built gems

* Documentation, testing

* Add fallback for 'retry' value server-side, fixes #3234

* Fix job hash reporting in stats

* cleanup

* Add job for AJ testing

* Push jobs with invalid JSON immediately to Dead set, fixes #3296

* Break retry logic into global and local parts, fixes #3306

* fix heisentest
2017-01-17 14:58:08 -08:00
..
fixtures
config.yml
env_based_config.yml
fake_env.rb
helper.rb Remove more USR1 references 2017-01-03 15:41:48 -08:00
test_actors.rb Disable delay extensions by default, fixes #3174 (#3299) 2017-01-04 10:30:42 -08:00
test_api.rb Disable delay extensions by default, fixes #3174 (#3299) 2017-01-04 10:30:42 -08:00
test_cli.rb Remove more USR1 references 2017-01-03 15:41:48 -08:00
test_client.rb Fix minitest warnings (#3300) 2017-01-02 12:06:02 -08:00
test_exception_handler.rb
test_extensions.rb Disable delay extensions by default, fixes #3174 (#3299) 2017-01-04 10:30:42 -08:00
test_fetch.rb
test_launcher.rb
test_logging.rb Fix minitest warnings (#3300) 2017-01-02 12:06:02 -08:00
test_manager.rb
test_middleware.rb Rework job processing in light of Rails 5's Reloader (#3235) 2017-01-17 14:58:08 -08:00
test_processor.rb Rework job processing in light of Rails 5's Reloader (#3235) 2017-01-17 14:58:08 -08:00
test_rails.rb
test_redis_connection.rb
test_retry.rb Rework job processing in light of Rails 5's Reloader (#3235) 2017-01-17 14:58:08 -08:00
test_retry_exhausted.rb Rework job processing in light of Rails 5's Reloader (#3235) 2017-01-17 14:58:08 -08:00
test_scheduled.rb
test_scheduling.rb
test_sidekiq.rb
test_testing.rb Disable delay extensions by default, fixes #3174 (#3299) 2017-01-04 10:30:42 -08:00
test_testing_fake.rb Disable delay extensions by default, fixes #3174 (#3299) 2017-01-04 10:30:42 -08:00
test_testing_inline.rb Disable delay extensions by default, fixes #3174 (#3299) 2017-01-04 10:30:42 -08:00
test_util.rb
test_web.rb Switch default quiet signal to TSTP as it is available on JRuby, fixes #3302 (#3302) 2017-01-03 15:24:48 -08:00
test_web_helpers.rb