Commit Graph

14 Commits

Author SHA1 Message Date
Nick Marino
0d84d846b5 Change verify_build_cluster reads to use r=3
We're hypothesizing that this will fix some intermittent errors we're
seeing in this test, where we get several notfound results after taking
down node 2. If two replicas end up on node 2 after we kill node 1, then
taking down node 2 would leave only one replica left, so an r=2 read
could return notfound. This matches up with our findings that subsequent
reads return the correct data (suggesting that the first read attempt is
triggering read repair).
2016-06-14 15:30:46 -04:00
Sean Cribbs
34b2d3723c Fix tests that used the wrong name for the riak.conf entry for allow_mult. 2014-01-19 11:47:50 -06:00
Christopher Meiklejohn
29b05168cf Use allow_mult=false for testing. 2013-10-22 18:05:53 -04:00
Engel A. Sanchez
0e8ecce7d5 Add riak_test behavior 2012-12-14 10:50:49 -05:00
Joe DeVivo
d06b760cb3 wait_for_owners_according_to 2012-12-03 07:46:03 -07:00
Joe DeVivo
41a7a72e1a Added wait_for_service to verify_build_cluster 2012-11-28 15:40:52 -07:00
Joe DeVivo
e5d5ab42f7 added data to the verify_build_cluster test 2012-11-28 14:55:23 -07:00
Joe DeVivo
a1183dcc78 Enhanced verify_build_cluster test.
Added verification of ring at every cluster change.
Added cluster steps to mirror the old cluster_membership b_e test.
2012-11-28 14:55:23 -07:00
Joe DeVivo
5ee99bbbab Added source headers 2012-10-10 15:14:06 -07:00
Joe DeVivo
eddb01bbfb Changed test API from Module:Module/0 to Module:confirm/0 2012-08-30 15:51:46 -04:00
Joe DeVivo
75b94dfa4c Initial work on standardizing test results 2012-08-30 15:47:12 -04:00
Joseph Blomstedt
4062ff7881 Merge branch 'jdb-capabilities'
Merging involved changing `deploy_nodes` and `build_cluster` to
support both mixed-version deployment as well as supplying
initial app.config overrides.

Updated all tests from both side of the merge to support new API

Conflicts:
	src/rt.erl
	src/rtdev.erl
2012-07-19 15:38:34 -07:00
Joseph Blomstedt
7f6f9eb55a Add mixed-cluster support + upgrading, add verify_capabilities test 2012-04-27 16:50:31 -07:00
Joseph Blomstedt
a6aec227cd Initial release 2012-01-10 17:21:39 -07:00