Commit Graph

6 Commits

Author SHA1 Message Date
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
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