Closed seancribbs closed 12 years ago
Is it possible that the README could be updated to reflect this change, too, please?
Will do.
Sean Cribbs
On Oct 11, 2012, at 9:48 AM, Russell Brown notifications@github.com wrote:
Is it possible that the README could be updated to reflect this change, too, please?
— Reply to this email directly or view it on GitHub.
@russelldb Fixed the examples. Travis build is failing, but could you run the WM tests locally?
Hmm, test times out for me locally. Will dig a little.
@russelldb This may be similar to the timeouts I would occasionally see testing riak_api. I'll find out what I did there and possibly include an additional wait.
@russelldb I found the culprit, the vnode test wasn't calling meck:unload()
at the end of a test with mocks installed. This broke the vnode, making it impossible to send a request to any of them. Now it works and plows through the tests quickly.
Works for me. Many thanks +1.
The current counters increment and decrement like so:
This is a bad practice as it puts the verb in the URL. It would be better to use form parameters or JSON to submit the "change". curl examples: