Closed SavithaK closed 8 years ago
@pgr0ss tests failed because of they couldn't connect to pb port 8087. This is because of : +1: [0K$ sudo service riak start !!!! !!!! WARNING: ulimit -n is 1024; 65536 is the recommended minimum. !!!!
I noticed this locally that without the right ulimit, riak keeps crashing after it has started. Any idea how travis can be configured to set this up correctly?
I've had a lot of problems with riak on travis. You could try adding an /etc/default/riak
in a before_install
:
https://github.com/travis-ci/travis-ci/issues/3328 https://docs.travis-ci.com/user/installing-dependencies/
Don't seem to be having luck with before install :(
@pgr0ss I finally got some time to look into it and get it working. Mind if we stop supporting 1.9.3 from now on? I am not sure why installing it fails, but I am guessing its old enough that we can safely stop supporting it?
I 'll do another PR to upgrade rails and ruby versions. This one upgrades riak client and removes ruby 1.9.3 support
@pgr0ss if you're good with this please merge it.
Hullo @pgr0ss! Any thoughts on merging this in?
Sorry for the slow reply. Thanks for upgrading the client!
Thanks @pgr0ss :)
@pgr0ss Also when you get a chance, could you bump the version?
Done.
PR for https://github.com/braintree/curator/issues/53
@pgr0ss @bmorton @chrismohr