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 2139254f77 Sort busy workers by run_at, fixes #4641
We sort oldest first so long-running jobs will appear at the top; those jobs are typically the ones that developers want to see and diagnose.
2020-07-13 12:42:36 -07:00
..
dummy Update dummy test app to only boot relevant subsystems 2019-09-12 14:53:57 -07:00
fixtures
config.yml
config_empty.yml
config_environment.yml
config_queues_without_weights.yml Fix: Strict ordering must be followed for queues without weights specified by -q (#4554) 2020-05-05 13:00:48 -07:00
config_string.yml
config_with_internal_options.yml Do not allow to set strict via the config file (#4557) 2020-05-07 09:00:19 -07:00
fake_env.rb
helper.rb Integrate codecov 2020-06-19 17:10:01 -07:00
test_actors.rb Fetch API refactor, WIP (#4602) 2020-06-19 08:39:18 -07:00
test_api.rb Sort busy workers by run_at, fixes #4641 2020-07-13 12:42:36 -07:00
test_cli.rb Fetch API refactor, WIP (#4602) 2020-06-19 08:39:18 -07:00
test_client.rb raise ArgumentError if 'at' size is wrong (#4603) 2020-06-18 07:33:13 -07:00
test_csrf.rb refactoring 2020-06-03 22:11:18 -07:00
test_dead_set.rb
test_exception_handler.rb
test_extensions.rb
test_fetch.rb Fetch API refactor, WIP (#4602) 2020-06-19 08:39:18 -07:00
test_job_logger.rb Remove unused test helper. (#4317) 2019-10-07 21:46:34 -07:00
test_launcher.rb
test_logger.rb fix logger level query methods (#4463) 2020-02-14 08:18:44 -08:00
test_manager.rb Fetch API refactor, WIP (#4602) 2020-06-19 08:39:18 -07:00
test_middleware.rb Fetch API refactor, WIP (#4602) 2020-06-19 08:39:18 -07:00
test_processor.rb Fetch API refactor, WIP (#4602) 2020-06-19 08:39:18 -07:00
test_rails.rb cleanup 2019-12-18 11:05:06 -08:00
test_redis_connection.rb Remove SSL parameters from Redis connection logging to avoid exception (#4532) 2020-04-18 13:00:29 -07:00
test_retry.rb Refactor Processor to avoid costly json cloning (#4316) 2019-10-07 21:48:39 -07:00
test_retry_exhausted.rb Refactor Processor to avoid costly json cloning (#4316) 2019-10-07 21:48:39 -07:00
test_scheduled.rb Replace #inject/#reduce with #sum (#4325) 2019-10-08 14:50:26 -07:00
test_scheduling.rb
test_sidekiq.rb
test_sidekiqmon.rb fix test 2019-09-04 06:30:22 -07:00
test_systemd.rb systemd notification integration (#4489) 2020-03-16 07:20:22 -07:00
test_testing.rb
test_testing_fake.rb Easier way to test enqueuing specific ActionMailer and ActiveRecord delayed jobs 2019-09-29 14:32:30 -07:00
test_testing_inline.rb
test_util.rb
test_web.rb Migrate to exists? for redis-rb 4.2, fixes #4591 2020-06-09 15:14:02 -07:00
test_web_helpers.rb misc, prepare for release 2020-04-17 07:44:51 -07:00
test_worker.rb
test_worker_generator.rb Follow generator configuration to determine the resulting test file (#4371) 2019-11-11 10:37:39 -08:00