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 d58a0a16ee Update build for Ruby 3.1, fixes #5115
We need to remove Ruby 2.5 because the new net-smtp gem
is required for the mail gem on Ruby 3.1 but it does
not work on <=2.5.

https://github.com/mikel/mail/pull/1439

Also remove an anon struct test which now breaks with
safe YAML loading on 3.1.
2022-01-10 09:15:23 -08:00
..
dummy Update dummy test app to only boot relevant subsystems 2019-09-12 14:53:57 -07:00
fixtures Allow dynamic sidekiq-web locale paths, for localized extensions, fixes #1261 2013-10-21 12:07:18 -07:00
config.yml Remove daemonization, pidfile and logfile options, #4045 2018-12-07 13:41:26 -08:00
config__FILE__and__dir__.yml Make __FILE__ and __dir__ behave as expected in ERB configs (#5062) 2021-11-15 21:08:27 -08:00
config_empty.yml Cleanup CLI (#4026) 2018-12-03 13:24:37 -08:00
config_environment.yml Remove daemonization, pidfile and logfile options, #4045 2018-12-07 13:41:26 -08:00
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 Remove daemonization, pidfile and logfile options, #4045 2018-12-07 13:41:26 -08:00
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 Freeze all string literals in source, fixes #2741 2015-12-31 15:33:35 -08:00
helper.rb Fix faulty environment variable value (#4981) 2021-09-01 11:07:19 -07:00
test_actors.rb Fetch API refactor, WIP (#4602) 2020-06-19 08:39:18 -07:00
test_api.rb Rename Sidekiq::Job, reserve for future use 2021-08-20 10:43:55 -07:00
test_cli.rb Make __FILE__ and __dir__ behave as expected in ERB configs (#5062) 2021-11-15 21:08:27 -08:00
test_client.rb Better method naming, #5071 2022-01-05 19:54:12 -08:00
test_csrf.rb Fix handling of no session (#4731) 2020-11-04 09:09:30 -08:00
test_current_attributes.rb Fix keyword args issue on Ruby 3.0 2021-11-06 18:12:09 -07:00
test_dead_set.rb merge master 2019-03-01 13:26:21 -08:00
test_exception_handler.rb merge master 2019-03-01 13:26:21 -08:00
test_extensions.rb Update build for Ruby 3.1, fixes #5115 2022-01-10 09:15:23 -08:00
test_fetch.rb Use TIMEOUT constant instead of hardcoded 2 second sleep (#4952) 2021-08-19 10:52:24 -07:00
test_job.rb Add optional Sidekiq::Job alias, see #4955 2021-08-20 11:06:00 -07:00
test_job_generator.rb Replace worker generator with job generator (#5055) 2021-11-17 08:35:18 -08:00
test_job_logger.rb Remove unused test helper. (#4317) 2019-10-07 21:46:34 -07:00
test_launcher.rb Log poor Redis RTT, fixes #4824 2021-02-22 15:48:38 -08:00
test_logger.rb Fix logger with from deleting existing context (#4770) 2020-12-23 12:44:35 -08:00
test_manager.rb Fetch API refactor, WIP (#4602) 2020-06-19 08:39:18 -07:00
test_middleware.rb Allow middleware to yield arguments (#4673) 2020-08-25 09:26:42 -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 Reduce retry jitter, add jitter to sidekiq_retry_in, closes #4957 2021-08-09 10:48:16 -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 Continue scheduling jobs when backlog jobs exist (#5056) 2021-11-10 17:18:50 -07:00
test_scheduling.rb merge master 2019-03-01 13:26:21 -08:00
test_sidekiq.rb Reconnect on "UNBLOCKED force unblock" errors (#4985) 2021-09-07 15:04:01 -07:00
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 merge master 2019-03-01 13:26:21 -08:00
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 merge master 2019-03-01 13:26:21 -08:00
test_util.rb merge master 2019-03-01 13:26:21 -08:00
test_web.rb Persist live poll status in browser localStorage (#4976) 2021-08-30 12:31:41 -07:00
test_web_helpers.rb Persist live poll status in browser localStorage (#4976) 2021-08-30 12:31:41 -07:00
test_worker.rb Stringify perform_bulk's option hash, fixes #5081 2021-12-07 14:02:59 -08:00