Commit Graph

13 Commits

Author SHA1 Message Date
Eric Redmond
cfaf6a27cc Setup test for CRDTs upgrades, currently only 1.4 counters 2014-03-28 13:13:47 -07:00
Russell Brown
d9ec36eb3b Add tests for counters in mixed clusters 2013-10-08 18:15:51 +01:00
Sean Cribbs
bc69a59636 Modernize verify_counter_converge to use the rt helpers for a client. 2013-09-11 14:46:50 -05:00
Sean Cribbs
d84a7cc38e Update tests to use connection_info for HTTP host/port pairs. 2013-09-11 12:31:49 -05:00
Russell Brown
ddd4db36cc Fix counter test, broken when API for wait_until changed
This is a quick hack fix, really the test needs a re-write to
use the erlang http and pb clients
2013-07-03 10:57:21 -04:00
Russell Brown
8370d2ead7 Fix sometime failure fetching counter after partition
Depending on which partitions returned an answer first, fetching
a counter after the partition may return 'not_found'. Since we
expect there to at least one value on each side of the partition
get the counter with r=1 and notfound_ok=false so that the get fsm
will always wait for the vnode with data to answer.
2013-06-05 09:14:00 +01:00
Russell Brown
0c22dd1943 Wait for cluster to converge after updating bucket properties. 2013-05-31 10:40:41 +01:00
Russell Brown
77a01cb169 Add repl test for counter convergence 2013-05-30 17:52:59 +01:00
Russell Brown
a254f25a3f Update verify_counter_converge to use non dt counters 2013-04-10 15:04:19 +01:00
Joe DeVivo
f3b5157245 set test log levels to info 2013-03-29 13:49:56 -07:00
Engel A. Sanchez
0e8ecce7d5 Add riak_test behavior 2012-12-14 10:50:49 -05:00
Joe DeVivo
5ee99bbbab Added source headers 2012-10-10 15:14:06 -07:00
Russell Brown
2b7508dee7 Add test for riak_dt counter convergence in the face of partitions
Add partion/1 and heal/1 functions to rt.erl
2012-10-02 17:34:54 +01:00