Tony Pitluga

Results 8 comments of Tony Pitluga

We should do some stress testing on fleetdb to see exactly where it starts to fall over. If we can put like 5-10k songs in it without using a shit...

Check out this thread: http://lists.apple.com/archives/java-dev/2011/Aug/msg00076.html

How about this ``` litmusctl force-up --service foo --reason bar litmusctl force-down --service foo --reason bar litmusctl monitor --service foo # removes any existing forces ```

The confusing thing about `litmusctl` to me was always that ability to layer forces. If you only can have one force in place for a service, you should be able...

I think you have a couple of options, if you have no conflicting variables, you can load multiple .env files when you start forman ``` foreman start -env .env dir/.env...

You're not giving me a lot to go on here. Supply drop version? ubuntu version? Capistrano version? can you sudo other stuff in the VM? As a workaround you can...

supply_drop is a capistrano plugin. You should run `gem install capistrano -v 2.15.5` first On Mon, Jun 9, 2014 at 5:08 AM, pbehrisch [email protected] wrote: > rvm gemset create testing...

I use the functionality to run all the tests in a single file all the time. If you want another function to run all the tests in a directory, can...