Jon Anderson
03dafe2a42
Merge pull request #354 from basho/jra_overload_test
...
Test for RTQ mailbox overload handling
2013-08-21 06:52:16 -07:00
Jon Anderson
a2b7100e4e
commented out reference to unused intercept
2013-08-19 11:33:36 -04:00
evan
c09375f913
intial version of corruption filtering test
2013-08-16 11:27:25 -07:00
Jon Anderson
3c9595c44d
deleted unused intercept riak_repl2_rtsink_conn_intercepts.erl
2013-08-16 09:19:25 -04:00
Jon Anderson
b77588f2b5
added overload_drop checking
2013-08-15 21:18:37 -04:00
Jon Anderson
6714fb21f0
fixed broken intercept, introduced first-time sleep
2013-08-15 17:55:04 -04:00
Jon Anderson
0808693a30
further work on overload test
2013-08-15 16:57:26 -04:00
Jon Anderson
3f5482d89a
Riak Test to simulate overload condition where riak_repl2_rtq rmailbox fills, for testing traffic shedding fix
2013-08-14 17:22:45 -04:00
Chris Tilt
4fcb9becd1
Test Realtime Replication Heartbeat feature.
2013-06-18 09:58:52 -07:00
evan
4b8d835861
- Add tests to validate that bucket list streaming is working.
...
- Add tests to validate that timeouts are working correctly for
all variations of list buckets and list keys (stream and non,
timeouts too-short and long-enough).
- add intercept in the right place to simulate delays for large
numbers of keys/buckets returned.
2013-04-18 15:52:04 -07:00
Andrew Thompson
e9dbf5ed0e
Merge pull request #218 from basho/adt-pr-pw-test
...
Test for PR/PW
2013-02-28 10:09:42 -08:00
Bryan Fink
0bc376b86f
remove unnecessary underscores
2013-02-28 10:03:24 -05:00
Andrew Thompson
f5b9465645
Add http client test and dw_val_unsatisfied tests
...
Add an alternate vnode intercept, one that returns failures, rather than
simply never responding.
2013-02-27 18:03:00 -05:00
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