Commit Graph

672 Commits

Author SHA1 Message Date
Andrew Thompson
58f017c7c9 Half finished PR/PW test 2013-02-22 22:10:25 -05:00
Andrew Thompson
aa5f97cc92 Merge pull request #216 from basho/adt-wait-for-repl
Wait for repl to actually start before shutting the node down again
2013-02-21 09:55:23 -08:00
Andrew Thompson
c79df2ba33 Merge pull request #215 from basho/adt-friendly-hash
Use an alphanumeric md5 hash for bucket to avoid angering HTTP
2013-02-21 09:55:05 -08:00
Andrew Thompson
bcc5a117d8 Wait for repl to actually start before shutting the node down again 2013-02-21 12:53:25 -05:00
Andrew Thompson
14136b21a3 Use an alphanumeric md5 hash for bucket to avoid angering HTTP 2013-02-21 12:35:57 -05:00
Jared Morrow
5ceddd4a9a Merge pull request #214 from basho/jem-spit-errors-on-failure
Setup script should let you know when things fail
2013-02-20 12:48:23 -08:00
Jared Morrow
058483d73e Setup script should let you know when things fail 2013-02-20 13:42:29 -07:00
Andrew Thompson
2df124494d Merge pull request #212 from basho/adt-ssl-fixes
Adt ssl fixes
2013-02-20 09:20:09 -08:00
Andrew Thompson
0c89cb92ba Handle too_busy response 2013-02-20 11:11:18 -05:00
Andrew Thompson
a959e70945 Fix some path and ring convergance issues in repl tests 2013-02-19 22:50:12 -05:00
Joe DeVivo
66295d50a8 Merge pull request #211 from basho/jd-test-cluster-fix
don't call teardown when only one test in run
2013-02-19 13:23:05 -08:00
Joe DeVivo
c141cc6d10 don't call teardown when only one test in run 2013-02-19 14:13:52 -07:00
Bryan Fink
3c22aae327 Merge pull request #143 from branch 'bwf-pipe' 2013-02-19 15:05:53 -05:00
Bryan Fink
397c800171 Merge pull request #209 from branch 'bwf-move-mapred-test' 2013-02-19 13:21:31 -05:00
Bryan Fink
25fe714c89 build 3-node clusters for mapred tests (instead of 1 node)
may as well take advantage of riak_test's ease of building clusters
2013-02-19 12:25:25 -05:00
Bryan Fink
efd98c06dd remove unnecessary unlink from riakc_pb_socket
the process stops 'normal' so there's no problem with it being linked
2013-02-19 11:39:49 -05:00
Bryan Fink
739641623c remove redundant assert
this is already handled by rt:build_cluster; it made it here through
copy/paste from old tests
2013-02-19 11:35:20 -05:00
Bryan Fink
0d5819df48 don't import rt_pipe.hrl until it's merged from the other branch 2013-02-19 10:54:36 -05:00
Bryan Fink
cd4cf58a08 migrate riak_kv's mapred_test suite
The mapred_test eunit suite had a fragile setup stage that frequently
caused the automated builders to fail. It should be more stable here.

The suite has also been broken into several independent tests, to make
it possible to run each major piece individually.
2013-02-19 08:58:51 -05:00
Dave Parfitt
90ba560cc6 Merge pull request #204 from basho/dip_shutdown_dw
change w -> dw for shutdown tests
2013-02-16 12:07:42 -08:00
Chris Tilt
2cc7add8cc Merge pull request #206 from basho/adt-diff-batch-size
Replication tests and diff_batch_size
2013-02-15 12:29:20 -08:00
Andrew Thompson
d7dca09df9 Make sure we exercise the code path when # of keys > diff_batch_size
We do this by lowering diff_batch_size to 10, and then writing 10,000
keys to a 64 vnode ring, thus ensuring that each vnode will have more
than 100 keys.
2013-02-15 14:03:31 -05:00
Joe DeVivo
283ebd6cbc Merge pull request #207 from basho/jd-murder-death-kill
Removed rt:cleaup_harness, replaced the one call to it with teardown
2013-02-15 08:47:02 -08:00
Joe DeVivo
bbc6e60364 Removed rt:cleaup_harness, replaced the one call to it with teardown 2013-02-15 09:35:24 -07:00
Dave Parfitt
1a67cb6a89 change w -> dw for shutdown tests
this is @vagabond's patch
2013-02-14 15:53:19 -05:00
Andrew Thompson
5af919b812 Make sure we wait for elections to complete when starting repl tests 2013-02-14 13:40:47 -05:00
Joe DeVivo
f684275208 Merge pull request #202 from basho/jd-legacy-2i
Fix for too many processes on loaded_upgrade from legacy
2013-02-13 06:57:56 -08:00
Joe DeVivo
7e8cd7b668 Added {error, notfound} to kv check, more robust connection recycling 2013-02-12 17:56:29 -07:00
Joe DeVivo
0b0ddcca09 make rt:wait_for_service less racey 2013-02-12 11:05:20 -07:00
Joe DeVivo
d9a2acdcf2 added no-op for 2i on legacy 2013-02-12 10:38:56 -07:00
Joe DeVivo
d521af1dfb Added version awareness to test functions 2013-02-12 09:33:39 -07:00
Sean Cribbs
124ab7588b Merge pull request #201 from basho/sdc-fix-legacy-pbc
Fix legacy PB connections
2013-02-11 11:45:09 -08:00
Sean Cribbs
9d9145b0ef whitespace 2013-02-11 13:01:17 -06:00
Sean Cribbs
f12763bc55 If riak_api is not present (as on 1.1.x), use KV's PB settings. 2013-02-11 13:01:10 -06:00
Jesse Williamson
150057e79e Added -p to mkdir so that parent directories are made. 2013-02-08 15:13:43 -08:00
Sean Cribbs
0d1352f297 Merge pull request #200 from basho/sdc-document-sample-config
Document all the configs!
2013-02-08 14:54:49 -08:00
Sean Cribbs
b3a3ab46b9 Document all the configs! 2013-02-08 11:07:31 -06:00
Joe DeVivo
c1e2a8d319 Merge pull request #199 from basho/jd-loaded-search-fix
Added process message on search failure and easy reading asserts
2013-02-08 08:26:59 -08:00
Joe DeVivo
f46f82f6f0 Added process message on search failure and easy reading asserts 2013-02-08 09:24:35 -07:00
Joe DeVivo
1d24e36a38 Merge pull request #196 from basho/jd-loaded-upgrayedd-no-mix
Here's the new loaded upgrade test
2013-02-08 06:30:06 -08:00
Sean Cribbs
59845fef1d Make the number of load workers configurable. 2013-02-07 22:20:43 -06:00
Kelly McLaughlin
309c9956f9 Merge branch 'klm-runnable-test-improvement' 2013-02-07 12:49:14 -07:00
Kelly McLaughlin
fec20563a1 Move the timing of the runnable test check to earlier in test run
Check if potential test modules are compatatible with the riak_test
API as part of the determination of which tests to run in the
riak_test:main function instead of doing the check in the
riak_test_runner module. This speeds up execution of test runs by
avoiding the penalty of attempting to stop all nodes for modules that
are not actually runnable tests.
2013-02-07 12:47:47 -07:00
Joe DeVivo
02591fdb9d Added supervisor pid to node monitor 2013-02-07 12:23:55 -07:00
Joe DeVivo
309a530c0c Add Node to return tuple for workers 2013-02-07 11:44:53 -07:00
Joe DeVivo
4663b4f9dc added _sup to loaded_upgrade_worker 2013-02-07 11:25:58 -07:00
Joe DeVivo
f331bd196a loaded_upgrade_worker gen_server to supervisor 2013-02-07 11:10:46 -07:00
Joe DeVivo
f3ef738649 some iolist stuffs 2013-02-07 09:48:33 -07:00
Joe DeVivo
e27b0fc60f Some copyright headers 2013-02-07 09:45:55 -07:00
Joe DeVivo
9681438334 Everyting from PR #196 except the big ones 2013-02-07 09:38:06 -07:00