1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

29 commits

Author SHA1 Message Date
Abdelkader Boudih
e30a19a532 Add debugging tools by default (byebug and pry) 2014-11-14 17:22:52 +00:00
Charlie Somerville
2efd7b6ddc store REDIS_URL in a constant 2014-06-08 13:44:35 +10:00
Luciano Sousa
a74ba6c10d update minitest inheritance class. avoid future deprecation 2014-05-13 14:06:27 -03:00
Mike Perham
9867b728c4 Concerted effort to increase test coverage: 86 -> 88% 2014-02-01 15:04:20 -08:00
Tim Carey-Smith
3e59c44cea Use new celluloid/test.rb
This reverts commit 1e24e783a0.
2013-10-07 12:59:28 +13:00
Mike Perham
babfdc96c5 Backport test suite to Minitest 4 so we can test against Rails 4. 2013-09-22 14:38:33 -07:00
Mike Perham
1e24e783a0 @halorgium's sweet hack 2013-09-21 20:18:00 -07:00
Mike Perham
4e66339f65 Modern celluloid now stable for testing purposes, yay! 2013-06-07 22:15:13 -07:00
Mike Perham
4679c95f49 Upgrade to Minitest 5 2013-05-12 14:25:30 -07:00
Mike Perham
55726ca900 Add Sidekiq::Actor which provides a testable alternative to Celluloid 2013-05-10 22:12:44 -07:00
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
Mike Perham
cb409e36f8 Filter tests from coverage 2013-04-12 13:57:24 -07:00
Kurtis Rainbolt-Greene
4c586bfdb6 Adding coveralls support 2013-03-13 14:16:47 -07:00
Mike Perham
e2385f41fa And you thought minitest/pride was crazy... 2013-02-15 10:14:40 -08:00
Mike Perham
b983956e76 JRuby 1.7 compat fixes 2012-11-01 16:08:27 -07:00
jc00ke
7f778c656e Require pry for debugging 2012-09-03 22:38:45 -07:00
Mike Perham
8c9f960a68 Prefer Sidekiq.logger, inject message context into all working logging 2012-05-15 19:44:35 -07:00
Mike Perham
2561cbcd66 Initial pass at getting a worker logger. Not quite happy with the API yet. 2012-05-12 14:00:42 -07:00
Mike Perham
a69c657378 Remove "clear worker list" button, more UI testing 2012-05-04 22:23:43 -07:00
Mike Perham
829b818d84 Use a namespace for tests 2012-04-03 20:50:09 -07:00
Mike Perham
fe49a425c8 Merge branch 'master' of github.com:mperham/sidekiq 2012-03-18 20:10:02 -07:00
Mike Perham
b5502fa89f Fix redis database URLs to use numeric indexes, #83 2012-03-18 20:09:27 -07:00
jc00ke
230a5a5c53 Removing old Celluloid hack 2012-03-18 20:03:46 -07:00
jc00ke
1279fe68cb Use ENV var for coverage
This will lessen the chance of mistakenly committing with that branch
set to true.
2012-03-18 19:53:26 -07:00
Mike Perham
2206ce7654 RedisConnection was only ever creating one Redis connection, even when pooled. Oops. 2012-03-13 21:19:46 -07:00
Mike Perham
b210dd788c Update Sidekiq logging to use standard Ruby logger 2012-02-14 09:00:26 -08:00
Mike Perham
922d5f8dbe Add Sidekiq::Processor testing, with bug fixes 2012-01-26 12:45:04 -08:00
Mike Perham
4043cace3a SimpleCov fixes 2012-01-23 22:07:21 -08:00
Mike Perham
14bd63705a Documentation, start client work 2012-01-21 16:42:21 -08:00