1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test
Petteri Räty 1eb0c80ca0 Inline testing should pass arguments through json
If you are passing arguments like time objects that serialize to strings
but don't deserialize back automatically, inline testing was passing the
objects through raw meaning different behavior in tests vs. production.
Now the inline wrapper does a round trip through json.
2012-06-01 16:37:50 +03:00
..
config.yml re-introduce weighted queues 2012-04-03 20:19:29 -07:00
fake_env.rb CLI testing. Not great but integration testing is tough. 2012-02-12 19:53:34 -08:00
helper.rb Prefer Sidekiq.logger, inject message context into all working logging 2012-05-15 19:44:35 -07:00
test_cli.rb Prefer Sidekiq.logger, inject message context into all working logging 2012-05-15 19:44:35 -07:00
test_client.rb Clean up timeout middleware, add client-side option [#161] 2012-04-26 08:40:07 -07:00
test_extensions.rb Scheduled jobs! Bump to 2.0.0. 2012-05-25 20:21:42 -07:00
test_manager.rb Clean up timeout middleware, add client-side option [#161] 2012-04-26 08:40:07 -07:00
test_middleware.rb Simplify middleware testing 2012-03-17 17:59:18 -07:00
test_processor.rb Simplify middleware testing 2012-03-17 17:59:18 -07:00
test_retry.rb Fix Redis 3.x API issues 2012-05-26 18:38:55 -07:00
test_scheduling.rb Scheduled jobs! Bump to 2.0.0. 2012-05-25 20:21:42 -07:00
test_stats.rb Remove unnecessary resque stat, #189 2012-05-12 13:23:23 -07:00
test_testing.rb Renamed perform to drain to match Rails 4 API. 2012-05-02 10:59:31 -07:00
test_testing_inline.rb Inline testing should pass arguments through json 2012-06-01 16:37:50 +03:00
test_web.rb Fix Redis 3.x API issues 2012-05-26 18:38:55 -07:00