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 ba8c8a57b9 Rework process/worker data model.
We no longer have a global 'workers' set but rather a global 'processes' set.  Each process has its own workers hash, keyed by thread id.

Rely as much as possible on Redis key expiration to naturally prune any lingering data.  Process data only has a one minute TTL, with the heartbeat refreshing the TTL, so it will expire quickly after a process dies.
2014-03-07 22:41:10 -08:00
..
fixtures Allow dynamic sidekiq-web locale paths, for localized extensions, fixes #1261 2013-10-21 12:07:18 -07:00
config.yml Dont use logger in options parsing, fixes #1335 2013-11-13 21:33:44 -08:00
env_based_config.yml Clean up option processing 2013-01-18 20:57:26 -08:00
fake_env.rb CLI testing. Not great but integration testing is tough. 2012-02-12 19:53:34 -08:00
helper.rb Concerted effort to increase test coverage: 86 -> 88% 2014-02-01 15:04:20 -08:00
test_api.rb Rework process/worker data model. 2014-03-07 22:41:10 -08:00
test_cli.rb Replaced class and instance level send 2014-02-14 09:43:34 -05:00
test_client.rb Replaced class and instance level send 2014-02-14 09:43:34 -05:00
test_exception_handler.rb Add global error handler feature 2014-02-24 20:47:44 -08:00
test_extensions.rb Add tests for new client instances 2013-10-25 21:07:54 -07:00
test_fetch.rb Concerted effort to increase test coverage: 86 -> 88% 2014-02-01 15:04:20 -08:00
test_manager.rb Use Object.new for "any old object" in tests. 2013-12-10 15:33:53 -08:00
test_middleware.rb Fix for Ruby 1.9 2014-01-01 23:37:28 +01:00
test_processor.rb fix issues with jruby failing tests 2013-11-12 15:54:16 -05:00
test_redis_connection.rb merge 2.17.5 stuff 2014-02-15 23:49:56 -08:00
test_retry.rb merge 2.17.5 stuff 2014-02-15 23:49:56 -08:00
test_scheduled.rb Backport test suite to Minitest 4 so we can test against Rails 4. 2013-09-22 14:38:33 -07:00
test_scheduling.rb Normalize queue name to string when pushing a job 2013-11-14 21:12:27 -06:00
test_sidekiq.rb Backport test suite to Minitest 4 so we can test against Rails 4. 2013-09-22 14:38:33 -07:00
test_testing.rb Add dynamic testing 2013-09-23 12:07:23 -07:00
test_testing_fake.rb Add dynamic testing 2013-09-23 12:07:23 -07:00
test_testing_inline.rb Add JID for inline testing, fixes #1454 2014-01-30 09:22:07 -08:00
test_web.rb Rework process/worker data model. 2014-03-07 22:41:10 -08:00