Commit Graph

6 Commits

Author SHA1 Message Date
Engel A. Sanchez
595c13019d Add wait until bucket type visible
Adding a test to verify a bucket type is visible from a number of nodes
since the active status is given as long as the claimant sees it. But
requests to other nodes can end up hitting the dreaded {error, no_type}.
Also added a general utility that can be used for bucket type checks and
for general verification of bucket properties across nodes.
2014-06-03 14:03:24 -04:00
Engel A. Sanchez
fb2b6fabac Exercise some MR bucket type paths
JS map phase passing type/bucket/key to erlang phase
not founds for requests including bucket types
2013-10-22 09:43:55 -04: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
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