Commit Graph

58 Commits

Author SHA1 Message Date
Andrew Thompson
224f8996c3 Actually make the intercepts work... 2013-02-25 13:52:47 -05:00
Evan Vigil-McClanahan
b364024596 Merge pull request #150 from basho/pevm-timeout-tests
new riak_test for HTTP API timeouts
2013-02-25 08:18:42 -08:00
Andrew Thompson
431620975c Change PR/PW test to use intercepts instead of kill -STOP
Thanks to @rzezeski for the help with intercepts
2013-02-23 00:25:08 -05:00
evan
b5e1ed8ddf update tests to use intercepts instead of meck. 2013-01-31 18:01:14 -08: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
Sean Cribbs
e76ff55175 Fix function name typo. 2013-01-03 09:23:15 -05:00
Ryan Zezeski
8b91a4b45a Update gh155 to use intercepts 2012-12-20 16:15:53 -05:00
Ryan Zezeski
d284dcfc22 Add intercepts
Intercepts provide the ability to easily and efficiently intercept
function calls.  Giving the ability to change the code being executed
as well as affect local and global state.
2012-12-20 16:14:28 -05:00