Rolling restart configuration

2014-04-25 Thread BrĂ¡ulio Bhavamitra
Hello all, I would like to invite you to review the configuration I've done focusing on a seamless restart for the user. Please follow https://gist.github.com/brauliobo/11298486 I've used Rack::MockRequest to make a request to the worker's homepage, warming it up and letting it ready for

[PATCH] tests: switch to minitest

2014-04-25 Thread Ken Dreyer
Ruby 1.9+ uses Minitest as the backend for Test::Unit. As of Minitest 5, the shim has lost some backwards compatibility. It is time to make the jump to minitest. Adjust the unicorn test suite to support Minitest 5's syntax. Minitest versions 4 and below do not support the newer Minitest::Test