Commit Graph

4 Commits

Author SHA1 Message Date
Alex Berghage
5c5931b567 Added explicit wait_for_service riak_pipe on pipe* tests...
... which didn't call the 2-arity version of deploy_nodes. NB
the /2 version implicitly waits on whatever services are specified.
2015-04-06 10:36:06 -05:00
Bryan Fink
1652fda04a break pipe restart input forwarding into its own test
The input-forward-after-restart-failure test must run on a single node,
but it's nice to be able to run the others in pipe_verify_exceptions on
multi-node clusters. This commit splits them into different tests to
make that possible.
2013-01-11 12:55:20 -05:00
Bryan Fink
95f6b72efa retry non-deterministic tests 10 times on failure
we may be able to do something smarter for
pipe_verify_exceptions:verify_queue_limit, like a coordinating process
as used in pipe_verify_handoff, but do the simple thing for now
2013-01-11 12:46:19 -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