Sean Cribbs
13a982ac69
Merge pull request #95 from basho/sdc-fix-build-cluster
...
Wait for services when deploying nodes.
2012-11-20 10:06:55 -08:00
Sean Cribbs
e1f7e8b887
Cleanup dat whitespace.
2012-11-20 11:59:50 -05:00
Sean Cribbs
362d5725e2
Wait for the specified services (or riak_kv by default) when deploying nodes.
2012-11-20 11:59:37 -05:00
engelsanchez
8706348b85
Merge pull request #92 from basho/fix-ruby-div-by-ten-always-passes
...
Fix multiple of ten failures = pass
2012-11-20 07:50:14 -08:00
Joe DeVivo
280c9e0119
Updated riak_test sample config to use no rt_deps
2012-11-20 08:32:24 -07:00
Joe DeVivo
ff0ef6d521
Merge pull request #94 from basho/jd-i-love-the-smell-of-riak_test-fixes-in-the-morning
...
Fixed Error Message when ENV not set, and Autoconfigure deps
2012-11-20 07:30:56 -08:00
Joe DeVivo
97129f51c2
Autoconfigure deps
2012-11-20 08:00:33 -07:00
Sean Cribbs
2121254614
Merge pull request #93 from basho/sdc-fix-ruby-tests
...
Relax Ruby version restriction in the test.
2012-11-20 06:46:14 -08:00
Joe DeVivo
4b63e81e93
Fixed output for when env var isn't set
2012-11-20 07:37:30 -07:00
Sean Cribbs
331706ace7
Relax Ruby version restriction in the test.
2012-11-20 09:33:19 -05:00
Engel A. Sanchez
4e698348b0
Fix multiple of ten failures = pass
...
Also, adding dump file name to gitignore
2012-11-19 12:07:33 -05:00
Joe DeVivo
d8bdde7a97
Merge pull request #90 from basho/jd-test-audit
...
A Smörgåsbord of riak_test fixes
2012-11-16 10:46:58 -08:00
Joe DeVivo
c6744282d6
removed commented code in rtdev
2012-11-16 10:46:42 -07:00
Joe DeVivo
765779f830
Stupid solaris and it's non 'cp -a' supporting ways
2012-11-16 10:42:41 -07:00
Joe DeVivo
a1a1bc4b5d
io:format fix for riak_test_runner
2012-11-16 10:42:02 -07:00
Sean Cribbs
aacf69a1a2
Merge pull request #89 from basho/sdc-fix-cli
...
Refactor basic_command_line test.
2012-11-16 08:31:55 -08:00
Joe DeVivo
946015e9ec
Updated verify_capabilities
2012-11-16 09:26:23 -07:00
Joe DeVivo
a68d9e2e47
Removed comment from basic_command_line questioning the validity of the
...
test. It's super valid!
2012-11-16 08:02:38 -07:00
Sean Cribbs
538c559ac7
Refactor basic_command_line test.
...
* Try to do as much as possible while the node is up/down, without
changing its state. Rapidly starting and stopping the node has
strange effects.
* We should consider removing the restart functionality from the
`riak` script, as it leaves things in undetermined states.
2012-11-15 20:03:55 -05:00
Joe DeVivo
8d040be69e
Less parallelism in cluster teardown
2012-11-15 14:11:24 -07:00
Joe DeVivo
fb1b679749
Moved loaded_upgrade to use TestMetaData for version
2012-11-15 12:46:18 -07:00
Joe DeVivo
30d795f4a5
Added a little timer action to verify_basic_upgrade to make it deterministic
2012-11-15 12:33:00 -07:00
Joe DeVivo
80568b3bd5
Rewrite of verify_basic_upgrade
2012-11-15 11:54:50 -07:00
Joe DeVivo
4d7ec562a2
Display linebreaks in eralng stack traces.
2012-11-15 07:39:55 -07:00
Joe DeVivo
b2bbff230f
removed upgrade test
2012-11-14 12:25:29 -07:00
Joe DeVivo
4a065825ee
Updated partition repair test to use new riak_test features
2012-11-14 12:23:45 -07:00
Joe DeVivo
ad272a72be
added support of legacy and previous as verision atoms supported by riak_test
2012-11-14 11:04:42 -07:00
Joe DeVivo
fcc25333d2
Updated java client jars to 1.0.7-SNAPSHOT
2012-11-14 11:02:59 -07:00
Jordan West
0d85e90264
Merge branch 'gh-riak-core-197-reset-bprops'
2012-11-13 14:55:01 -08:00
Joe DeVivo
d23fda79e1
Merge pull request #86 from basho/jd-gh48-rolling-upgrade-completeness
...
Added 2i to loaded_upgrade and more!
2012-11-13 12:21:03 -08:00
Joe DeVivo
1fb993cd03
Removed case statement from riak_test_runner that was part of a previous implementation
2012-11-13 12:45:33 -07:00
Joe DeVivo
0e4f2c8504
Removed outdated comments
2012-11-13 11:48:50 -07:00
Joe DeVivo
4e21277b8f
took riak_test from global:register to plain register, effectively bringing it down from 11
2012-11-13 08:58:07 -07:00
Joe DeVivo
d0c2ba93ef
Refactored metatdata process message into riak_test_runner
2012-11-13 08:28:12 -07:00
Joe DeVivo
af02802ece
Removed commented code from test_runner
2012-11-13 06:52:13 -07:00
Joe DeVivo
fc9ec57327
Changes suggested by Pull Request #86
2012-11-12 10:53:56 -07:00
Joe DeVivo
32538a6dff
Missing slash in sample riak_test.config
2012-11-12 10:01:47 -07:00
Joe DeVivo
d4fbba7b54
Fixed default RT_DEST_DIR variable
2012-11-12 08:19:08 -07:00
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