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 69c9d66740 Verify JSON round trip symmetry of arguments, #2870
We can't do this today because ActiveJob in Rails 4 is not symmetric.

https://github.com/rails/rails/pull/24123
2016-03-09 09:39:10 -08:00
..
fixtures
config.yml
env_based_config.yml
fake_env.rb
helper.rb cleanup 2015-10-23 15:04:50 -07:00
test_actors.rb Found and killed the test suite instability. 2015-10-21 09:29:58 -07:00
test_api.rb Display human-friendly class and args for ActionMailer jobs 2015-12-14 23:49:24 +02:00
test_cli.rb Need a logfile to reopen logs 2016-01-29 20:12:27 -05:00
test_client.rb fix build 2016-01-21 09:29:37 -08:00
test_exception_handler.rb
test_extensions.rb
test_fetch.rb Change old "message" terminology to "job" 2015-10-23 15:05:50 -07:00
test_launcher.rb Move proctitles into CLI, so they can be accessed in startup events 2015-10-12 09:43:51 -07:00
test_logging.rb
test_manager.rb Found and killed the test suite instability. 2015-10-21 09:29:58 -07:00
test_middleware.rb
test_processor.rb Change old "message" terminology to "job" 2015-10-23 15:05:50 -07:00
test_rails.rb
test_redis_connection.rb
test_retry.rb Make exception available in #sidekiq_retry_in 2015-10-23 11:54:55 -04:00
test_retry_exhausted.rb switch syntax for jruby 2016-02-04 10:40:46 -08:00
test_scheduled.rb Improve schedule test speed 2016-01-09 04:27:49 +03:00
test_scheduling.rb
test_sidekiq.rb return obvious fake info when INFO is disabled 2016-02-26 00:18:46 +01:00
test_testing.rb
test_testing_fake.rb Fixed drain_all for workers with symbolized queue names in tests 2016-01-14 15:25:03 +01:00
test_testing_inline.rb Verify JSON round trip symmetry of arguments, #2870 2016-03-09 09:39:10 -08:00
test_util.rb Remove unused function, #2850 2016-02-25 13:58:36 -08:00
test_web.rb Clean up global state changes in custom web test, fixes #2752 2016-01-06 10:29:41 -08:00
test_web_helpers.rb