basho-labs / riak-c-client

Riak C Client
Apache License 2.0
20 stars 8 forks source link

Add Integration Tests for Map/Reduce #71

Closed hazen closed 10 years ago

hazen commented 10 years ago
bookshelfdave commented 10 years ago

@javajolt the test failed twice for me, then passed on the third try:

https://gist.github.com/metadave/9739118

hazen commented 10 years ago

Crap. OK. It's the async streaming. I guess I should turn it off for that test otherwise I'll never be able to actually predict which parts of the message will be coming back at any one time. Or I guess I could try to figure out how to track the state over different messages...

bookshelfdave commented 10 years ago

multiple test runs pass, +1

hazen commented 10 years ago

Yippee! :fireworks: