Commit Graph

3 Commits

Author SHA1 Message Date
Bryan Fink
9a8f6e1b5b update pipe handoff test for new fold req record
2.0 adds _v2, so we need to watch for that record as well
2013-09-30 16:17:49 -04:00
Bryan Fink
4775f257e6 use an intercept instead of riak_core_tracer in pipe handoff test
riak_core_tracer was not providing accurate operation counts, but
riak_pipe_vnode_intercept seems to
2013-01-11 12:26:55 -05:00
Bryan Fink
cde2d2d20c convert riak_pipe eunit system tests to riak_test
This will allow us to remove the fragile setup/teardown logic in the
riak_pipe module.

pipe_verify_examples <- half of riak_pipe:basic_test_
pipe_verify_basics <- other half of riak_pipe:basic_test_
pipe_verify_exceptions <- riak_pipe:exception_test_
pipe_verify_handof <- riak_pipe:limits_test_
pipe_verify_sink_types <- riak_pipe:sink_type_test_
2013-01-11 12:25:24 -05:00