1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test
Dennis Reimann 5a0a677ba9 Configurable redis url in tests
This allows for a custom redis url (i.e. when having redis run on a non-default port) in tests. To use this, run the tests with `REDIS_URL=redis://localhost:16379/15 rake`
2013-05-02 09:47:56 +02:00
..
config.yml Lock down namespace configuration, fixes #747 2013-03-01 16:13:20 -08:00
env_based_config.yml Clean up option processing 2013-01-18 20:57:26 -08:00
fake_env.rb CLI testing. Not great but integration testing is tough. 2012-02-12 19:53:34 -08:00
helper.rb Configurable redis url in tests 2013-05-02 09:47:56 +02:00
test_api.rb Add reset stats method to API 2013-04-30 20:43:59 -04:00
test_cli.rb Accept stringy values for -i (like -i worker.1) 2013-04-24 14:48:22 -04:00
test_client.rb Remove timeout middleware and worker option, fixes #862 2013-04-18 09:11:49 -07:00
test_exception_handler.rb Use a regular object instead of a mock for exception data 2012-11-05 23:04:28 +01:00
test_extensions.rb Add delay_until extension method 2012-11-08 09:05:11 -08:00
test_fetch.rb use behavior syntax consistent with rest of test suite 2013-04-17 10:51:23 -04:00
test_middleware.rb Add i18n middleware, fixes #750 2013-03-03 16:20:01 -08:00
test_processor.rb Refactor fetch strategy, fix queueing to lpush and rpop. 2013-01-05 21:17:08 -08:00
test_redis_connection.rb Refactor redis log to print in both server and client 2013-04-17 10:07:46 -07:00
test_retry.rb Change poller to pop messages one at a time so they don't get lost if something goes wrong during a large pop operation. 2013-04-10 17:38:36 -07:00
test_scheduled.rb Change poller to pop messages one at a time so they don't get lost if something goes wrong during a large pop operation. 2013-04-10 17:38:36 -07:00
test_scheduling.rb client api refactoring 2013-03-24 17:42:43 -07:00
test_sidekiq.rb Remedied requirement to bring your own table to the flipping method 2013-03-19 23:55:01 +01:00
test_testing.rb Update sidekiq/testing to execute almost all of the client api, fixes #713 2013-03-27 21:24:47 -07:00
test_testing_inline.rb client api refactoring 2013-03-24 17:42:43 -07:00
test_web.rb Better testing for worker page 2013-04-22 14:14:19 -07:00