1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test
Matt Books 927680cae7 Use a mutex to synchronize access to shared WORKER_STATE hash (#3959)
On jruby, the Hash implementation is not threadsafe, and leads to jobs not being
deleted from the busy list.

See #3958
2018-09-11 09:53:52 -07:00
..
fixtures
config.yml
env_based_config.yml
fake_env.rb
helper.rb
string_config.yml
test_actors.rb
test_api.rb
test_cli.rb Raise error for duplicate queue names in config, fixes #3911 (#3936) 2018-08-24 11:35:07 -07:00
test_client.rb
test_dead_set.rb
test_exception_handler.rb
test_extensions.rb
test_fetch.rb
test_launcher.rb Use a mutex to synchronize access to shared WORKER_STATE hash (#3959) 2018-09-11 09:53:52 -07:00
test_logging.rb
test_manager.rb
test_middleware.rb
test_processor.rb
test_rails.rb
test_redis_connection.rb Use redis' default driver (#3956) 2018-09-09 06:11:37 -07:00
test_retry.rb
test_retry_exhausted.rb
test_scheduled.rb
test_scheduling.rb
test_sidekiq.rb
test_testing.rb
test_testing_fake.rb
test_testing_inline.rb
test_util.rb
test_web.rb Add CSP header to web admin to ensure it matches needs (#3913) 2018-08-05 12:31:37 -07:00
test_web_helpers.rb