Joe DeVivo
cc968a64a9
Added the ability to set platform in riak_test.config
2012-11-09 15:54:59 -07:00
Joe DeVivo
3f7b4eb9d2
export rt:build_cluster/3
2012-11-09 15:54:58 -07:00
Joe DeVivo
cdedfd4c05
Tests can now ask the test runner for the test metadata
2012-11-09 15:54:58 -07:00
Joe DeVivo
1ddd0e82c7
test_cluster test, which really just builds a cluster and leaves it running... great for developing tests
2012-11-09 15:54:58 -07:00
Joe DeVivo
5f6fd5bf31
Added 2i to loaded upgrade test
2012-11-09 15:54:58 -07:00
Joe DeVivo
684d33cd73
bin dir freed from the shackles of /tmp, uh huh...
2012-11-09 15:54:58 -07:00
Joe DeVivo
f3e0420a63
Fixed mapred_verify test escript/priv issues
2012-11-09 15:54:58 -07:00
Joe DeVivo
10d2db1d25
Added fields to sample config
2012-11-09 15:54:58 -07:00
Joe DeVivo
2b40fb54b7
Added warning about ?assertCmd
2012-11-09 15:54:58 -07:00
Joe DeVivo
9483baa621
Enhancements to loaded upgrade. less dependent on ENV vars
2012-11-09 15:54:58 -07:00
Joe DeVivo
bb69700675
Merge pull request #84 from basho/jd-ruby-client-tests
...
Riak Test: Now With Ruby Client Action
2012-11-09 14:30:19 -08:00
Sean Cribbs
544938225a
Fix the bundler invocation so it works in a more isolated fashion.
2012-11-09 14:20:18 -08:00
Joe DeVivo
d558dde90b
Ruby Tests: changed format string to plain old string
2012-11-09 08:38:25 -07:00
Joe DeVivo
843e34c459
ruby test: used filename:join/1 where applicable
2012-11-08 13:35:49 -07:00
Joe DeVivo
9f1ea49dd4
Added multi_json gem to ruby client test
2012-11-08 08:05:37 -07:00
Joe DeVivo
28c0e56376
Moved java urls to default config
2012-11-08 08:05:37 -07:00
Joe DeVivo
591d3f4752
Created a riak_test scratch dir for downloading clients
2012-11-08 08:05:37 -07:00
Joe DeVivo
6a0729c64a
Ruby Client test working with hard-coded locally built ruby-client gem
2012-11-08 08:05:37 -07:00
Jared Morrow
aa50c2f665
Merge pull request #83 from basho/jem-fix-bash-shebang
...
Change shebang lines so scripts work on non-linux
2012-11-07 12:47:52 -08:00
Jared Morrow
de50d3d4fc
Change shebang lines so scripts work on non-linux
2012-11-07 13:41:26 -07:00
Jordan West
8663a082ee
reset bucket properties test
...
depends on 945019b129
2012-10-31 23:34:55 -07:00
Joe DeVivo
98aa18e6e2
Merge pull request #80 from basho/sdc-version-filter
...
Send the version to GiddyUp for test-filtering purposes.
2012-10-30 12:33:56 -07:00
Sean Cribbs
bae36a4f10
Send the version to GiddyUp for test-filtering purposes.
2012-10-29 18:14:31 -04:00
Sean Cribbs
5b248c6f12
Merge pull request #77 from basho/kv367-memory-keyrange
...
Add test for basho/riak_kv#367 , range regression on memory backend.
2012-10-25 13:08:11 -07:00
Sean Cribbs
1be804ecce
obj5 is deleted earlier in the test and cannot be used in the range.
2012-10-25 15:08:31 -04:00
Sean Cribbs
e92ee3c27b
Add test for basho/riak_kv#367 , range regression on memory backend.
2012-10-25 15:08:31 -04:00
Joe DeVivo
93075d7c4c
Merge pull request #79 from basho/jd-java-client-tests
...
Added java client tests to riak_test
2012-10-21 08:47:27 -07:00
Joe DeVivo
373f54760a
Removed commented code from java client test
2012-10-18 12:22:56 -07:00
Joe DeVivo
439830a8f9
Enhancements for java client test determinism
2012-10-18 12:14:29 -07:00
Joe DeVivo
43fc0a4dff
Updated java client tests to use rt:stream_cmd/1, so JUnit looks like it's doing something
2012-10-18 06:56:35 -07:00
Joe DeVivo
ee6c45e833
Added rt:stream_cmd/1 which streams output to lager instead of waiting for the cmd to complete, like os:cmd/1
2012-10-18 06:56:35 -07:00
Joe DeVivo
bee2d761a9
Working execution of java client tests
2012-10-18 06:56:35 -07:00
Jared Morrow
4b07292c69
Fix basic_command_line test to allow for different pipe paths
...
The `basic_command_line` test would start the `riak attach` test
by searching for the string `erlang.pipe.1` on the first line.
In some cases you will use `erlang.pipe.X` where X is an increasing
integer. This change simply removes that requirement from the
top of the test and checks for the proceeding string instead.
2012-10-18 07:28:31 -06:00
Joe DeVivo
b6370198c3
Merge pull request #78 from basho/jd-default-config
...
Added a default section to riak_test.config; deprecated other config files.
2012-10-18 06:16:27 -07:00
Joe DeVivo
393ac69d8d
Documented default config in the README
2012-10-17 07:55:52 -07:00
Joe DeVivo
c3467ee599
Added a "default" section to riak_test.config
2012-10-17 07:43:35 -07:00
Joe DeVivo
2bba6809e2
Added deprecation message for local config files. ~/.riak_test.config or bust baby
2012-10-17 07:27:39 -07:00
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