Joakim Kolsjö
Joakim Kolsjö
E.g. `Toniq.JobPersistence.store_incoming_job(Blah, [])`. As you likely catch this in your app's tests (I've only accidentally done this in iex), it's probably not a high proprity bug.
I noticed this behavior after we upgraded an app to ruby 2.1.1 and started running the testbot server on that as well. This also caused a secondary problem where the...
Feedback: Sites/foo git:(master)> rake testbot:test sukeerthiadiga.local:/private/tmp/testbot bundler: command not found: -Itest Install missing gem binaries with `bundle install`
I've tried to optimize by balancing the cpu load but that hasn't been very successful. What could be successful is using all the cpu of the cluster by running incomplete...
It's hardcoded in the adapters now. We'd like to use "--strict" for cucumber, but don't want to force that on everyone.
Don't know if thats the cause, will have to try and reproduce. Stacktrace: https://gist.github.com/838556
The only balancing done now is based on file-size which isn't very accurate. A good solution would: - Let testbot learn the test suite without any special benchmarking runs. -...