Commit Graph

687 Commits

Author SHA1 Message Date
Sean Cribbs
f17b370964 Add bucket properties round-trip test to accompany riak_pb changes. 2013-02-28 12:01:47 -06:00
Sean Cribbs
3facbd12f4 Merge pull request #224 from basho/rdb-readme-config
Fix config example in README to use full paths
2013-02-28 08:50:11 -08:00
Bryan Fink
31fdfa0c5e Merge pull request #205 from branch 'bwf-location-new-url' 2013-02-28 11:44:55 -05:00
Russell Brown
4f8817ab54 Fix config example in README to use full paths
A hapless user, cluelessly copy-pasting the example config in the
README will fail 'cos you must use absolute paths in the `rtdev_path`
section.
2013-02-28 16:27:48 +00:00
Sean Cribbs
38def74fa6 Merge pull request #213 from basho/sdc-giddyup-url
Display the location of the created test result when posted to giddyup.
2013-02-25 08:25:59 -08: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
Bryan Fink
4044fba548 Merge pull request 210 from branch 'bwf-143records' 2013-02-25 11:13:34 -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
Sean Cribbs
fd0ec0648f Display the location of the created test result when posted to giddyup. 2013-02-20 14:24:19 -06: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
360364519d use records and utils now that they're available
The rt_pipe.hrl and rt_pipe.erl files were added in #143. This commit
cleans up the TODOs from #209.
2013-02-19 15:31:08 -05: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
Bryan Fink
797080ced7 test Location header api verison on POST
The bug filed at basho/riak_kv#432 describes how the Location header
always uses the old API version in a response to a bucket POST.
2013-02-14 17:42:14 -05: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
evan
c452ed4b29 remove unnecessary code. 2013-02-08 16:44:17 -08:00
Jesse Williamson
150057e79e Added -p to mkdir so that parent directories are made. 2013-02-08 15:13:43 -08:00
evan
d457ddb6fe Merge branch 'master' into pevm-timeout-tests
grabbing to get latest intercepts code
2013-02-08 15:10:53 -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