Commit Graph

268 Commits

Author SHA1 Message Date
Joe DeVivo
5ee99bbbab Added source headers 2012-10-10 15:14:06 -07:00
Joe DeVivo
1683e95d96 Merge pull request #76 from basho/jd-the-goondocs
Added edocs to the rt module
2012-10-05 13:57:37 -07:00
Jared Morrow
34a7b0190d Cleanup rt.erl to group functions into logical groups 2012-10-05 11:23:09 -06:00
Jared Morrow
fa034cdf61 Add docs and docsclean makefile targets 2012-10-05 09:58:19 -06:00
Joe DeVivo
8e4138b96a Removed b_e references from overvieww.edoc 2012-10-04 09:47:42 -07:00
Joe DeVivo
b1e3eda6a5 Formatting tweaks for rt's edoc 2012-10-04 09:47:14 -07:00
Joe DeVivo
4372dd8ea5 Fixed -module @doc tag in riak_test_runner 2012-10-04 07:52:44 -07:00
Joe DeVivo
9937369018 Added docs to rt 2012-10-03 12:35:16 -07:00
Joe DeVivo
ee0f23f842 fixed rt:get_os_env/1 to not quit the entire test run 2012-10-03 06:46:28 -07:00
Jared Morrow
80d10b8540 Fix bad merge that lost commits 2012-10-02 15:54:41 -06:00
Jared Morrow
e1d8c2d063 Merge remote-tracking branch 'origin/gh35-riak-command-line'
Conflicts:
	src/rt.erl
	tests/basic_command_line.erl
2012-10-02 15:26:29 -06:00
Jared Morrow
92c11f382e Merge branch 'master' into gh35-riak-command-line 2012-10-02 14:48:26 -06:00
Joe DeVivo
881f44c34a Fixed the base case of the interactive_loop fold. 2012-10-02 12:36:02 -07:00
Jared Morrow
d44b4f2ce9 Add a more interesting test to riak console 2012-10-02 12:41:46 -06:00
Joe DeVivo
abeb51b942 Fixed some recursion in the rtdev:interactive_loop fold 2012-10-02 11:10:56 -07:00
Jared Morrow
461a3df115 Adjust command-line test to be more test-y of riak attach 2012-10-02 12:00:38 -06: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
Christopher Meiklejohn
b95d9e963c Merge pull request #73 from basho/csm_bump_lager_dep
Bump lager dep to 1.2.1.
2012-10-01 09:06:50 -07:00
Joe DeVivo
b40df33a6b Rebar 2.0.1 built for R14B04 2012-09-30 07:57:17 -07:00
Christopher Meiklejohn
1a7949fd60 Bump lager dep to 1.2.1. 2012-09-29 16:48:26 -04:00
Joe DeVivo
3e31144661 Merge pull request #70 from basho/gh60-stop-already
GH#60 oh, stop already!
2012-09-28 12:12:43 -07:00
Joe DeVivo
d120fd3720 Moved away from os:cmd("ps") in rtdev:whats_up because it's OS specifc. 2012-09-28 11:58:22 -07:00
Joe DeVivo
8afc227da8 Removed double export of rt:setup_harness/2 2012-09-28 08:04:55 -07:00
Dave Parfitt
20a0c36b9c Merge pull request #69 from basho/dip_fix_mapred
A fix for mapred_verify_rt
2012-09-28 06:12:28 -07:00
Joe DeVivo
d8ec7ce97b Revert "Merge branch 'gh35-riak-command-line' of https://github.com/basho/riak_test" 2012-09-27 16:20:19 -07:00
Joe DeVivo
f40bce91b8 Addresses github issue #60 2012-09-27 16:04:22 -07:00
Joe DeVivo
a4c5249a49 Rebar 2.0.1, 'cause you know... master 2012-09-27 16:03:43 -07:00
Dave Parfitt
8936298bac added mapred_verify to the escript def 2012-09-27 14:51:30 -04:00
Dave Parfitt
6b0a14b953 Merge pull request #68 from basho/dip_fix_core_154
Fix node startup in gh_riak_core_154
2012-09-27 11:45:21 -07:00
Dave Parfitt
eb82ee9f26 Revert "add mapred_verify to riak_test escript"
This reverts commit 4a892429ce.
2012-09-27 14:32:42 -04:00
Dave Parfitt
19f0d140e8 add longer sleep + lager msg 2012-09-27 14:31:21 -04:00
Dave Parfitt
4a892429ce add mapred_verify to riak_test escript 2012-09-27 14:29:30 -04:00
Joe DeVivo
6781da2650 Merge branch 'master' of https://github.com/basho/riak_test 2012-09-27 11:10:10 -07:00
Joe DeVivo
617e9090ab Merge pull request #65 from basho/jd-listkeys
Port b_e systest-listkeys
2012-09-27 11:05:27 -07:00
Dave Parfitt
aa36626e09 wait for nodes to start 2012-09-27 13:01:46 -04:00
Joe DeVivo
21efe14ced Cleaned up rtdev:interactive a bit, but mostly added comments 2012-09-27 07:33:56 -07:00
Joe DeVivo
8b12621c70 Added attach and console testing via ports (rough draft) 2012-09-26 16:37:11 -07:00
Joe DeVivo
d955ae2c3d Merge branch 'gh35-riak-command-line' of https://github.com/basho/riak_test 2012-09-26 14:48:26 -07:00
Joe DeVivo
7204c50837 Merge pull request #62 from basho/jd-backend-cli
Added support for backends on the command line
2012-09-26 14:09:40 -07:00
Jared Morrow
d4b9e198da Add options to --backend flag 2012-09-26 14:09:01 -07:00
Joe DeVivo
7b76ed844f Added support for backends on the command line 2012-09-26 14:08:26 -07:00
Joe DeVivo
15e33bb23f DRYer thanks to more feedback in Pull Request #65 2012-09-26 06:36:03 -07:00
Joe DeVivo
8687ce2500 Removed duplicate logging 2012-09-26 06:12:01 -07:00
Joe DeVivo
a6f2d27c99 Merge pull request #63 from basho/jd-search-corpus
Switched to a G-rated search corpus
2012-09-26 06:09:30 -07:00
Joe DeVivo
d0885ada5a Changes based on comments in Pull Request #65 2012-09-25 13:51:36 -07:00
Joe DeVivo
3e30017f1e Merge pull request #66 from basho/jd-rt_congig-tweaks
Added new values to sample config. riak_test now works if running local ...
2012-09-25 13:33:58 -07:00
Joe DeVivo
561fa41bad Removed older setup script 2012-09-25 13:31:21 -07:00
Jared Morrow
d0b7565c42 Remove old sample config files 2012-09-25 14:29:08 -06:00
Joe DeVivo
f88c2067a0 Added new values to sample config. riak_test now works if running local and no rt_project is set 2012-09-25 13:25:33 -07:00
Joe DeVivo
839dbd2d4a Now even less code, thanks lists:foldl 2012-09-25 12:47:58 -07:00