basho-labs / riak-c-client

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

Add GET message integration test #67

Closed hazen closed 10 years ago

hazen commented 10 years ago
hazen commented 10 years ago
==8619== LEAK SUMMARY:
==8619==    definitely lost: 0 bytes in 0 blocks
==8619==    indirectly lost: 0 bytes in 0 blocks
==8619==      possibly lost: 0 bytes in 0 blocks
==8619==    still reachable: 992 bytes in 7 blocks
==8619==         suppressed: 0 bytes in 0 blocks

All of the reachable blocks in the integration tests are related to libevent

hazen commented 10 years ago

Seems to work fine for me on OSX 10.9.2 and Ubuntu 12.04:

Run Summary:    Type  Total    Ran Passed Failed Inactive
              suites      6      6    n/a      0        0
               tests     96     96     96      0        0
             asserts    637    637    637      0      n/a

Elapsed time =    0.140 seconds

Which version of Riak are you testing against? I'm using Riak 1.4.7

bookshelfdave commented 10 years ago
============================================================================
Testsuite summary for riak_c_client 0.5
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
bookshelfdave commented 10 years ago

+1