Commit Graph

643 Commits

Author SHA1 Message Date
Joe DeVivo
06aed77295 Merge pull request #142 from basho/jd-bustin-caps
Added legacy detection to verify_capabilities
2013-01-07 13:23:29 -08:00
Joe DeVivo
696624c7ae Added rt:versions/0 2013-01-07 14:12:33 -07:00
Joe DeVivo
123356600e Added legacy detection to verify_capabilities 2013-01-07 12:49:31 -07:00
Dave Parfitt
a27c5bdec7 added 2 more tests for rt_dirty
- brutal_kill while rt is running. This sets rt_dirty
- make sure rt_dirty is set after restart
2013-01-07 12:13:57 -05:00
engelsanchez
0b3cf532c0 Merge pull request #140 from basho/eas-fix-verify-capabilities
Fix Capabilities test failure
2013-01-04 09:50:38 -08:00
Engel A. Sanchez
351467b5b2 Fix race in verify_capabilities
We wait until rings are ready, but the capability server is notified
asynchronously through riak_core_ring_events:ring_update and we were
sometimes querying the capability too soon. Now uses wait/retry logic.
Also, removing sleep timers from cap server restart. Now using
wait/retry also to detect a new cap server process.
2013-01-04 11:55:55 -05:00
Dave Parfitt
548ddb79a3 Tests for BNW rt_dirty flag 2013-01-03 15:48:11 -05:00
Ryan Zezeski
dfcfe2b5e1 Merge branch 'rz-auto-rt-dir' 2013-01-03 14:08:25 -05:00
Ryan Zezeski
91901b4b70 Automatically determine intercepts dir 2013-01-03 13:40:22 -05:00
Ryan Zezeski
f9047ed9c2 Add function to get riak_test home directory 2013-01-03 13:39:28 -05:00
engelsanchez
c498fae357 Merge pull request #131 from basho/rz-intercept
Intercepts - Powerful Feature to Augment Code/State
2013-01-03 06:38:11 -08:00
Sean Cribbs
e76ff55175 Fix function name typo. 2013-01-03 09:23:15 -05:00
Jordan West
833339b8e2 riak_kv health check test 2013-01-03 00:22:31 -08:00
engelsanchez
e1f344e7d9 Merge pull request #125 from basho/eas-add-riak_test-behavior
Sweet.
Add riak_test behavior
2012-12-28 11:27:04 -08:00
engelsanchez
1d329147aa Merge pull request #133 from basho/eas-add-search-suite
Add search test suite wrapper
2012-12-28 09:19:05 -08:00
Engel A. Sanchez
658da318e8 Change to public riak_search git URL 2012-12-28 12:17:57 -05:00
Engel A. Sanchez
ba4809ed3a Change to modern user defined behavior definition 2012-12-28 12:14:27 -05:00
engelsanchez
da8b7ffc1a Merge pull request #136 from basho/eas-disable-aae-partition-repair
Try running partition repair without AAE
2012-12-27 12:29:37 -08:00
Engel A. Sanchez
c0c2269c3c Try running partition repair without AAE 2012-12-27 14:26:14 -05:00
Engel A. Sanchez
dcfb6fc52f Remove local node assumptions from search test 2012-12-21 18:24:59 -05:00
Bryan Fink
66b93e09b3 Merge pull request 135 from branch 'bwf-edoc' 2012-12-21 14:08:40 -05:00
Bryan Fink
dd2df8d575 remove dead code so 'make docs' works
With this dead code, edoc complains:

./src/rt.erl, function wait_until/5: at line 486: multiple @deprecated tag.
2012-12-21 14:06:11 -05:00
Joe DeVivo
1307a03c12 Merge pull request #134 from basho/jd-stick-to-the-script-and-youll-be-fine
Script Changes
2012-12-21 10:22:28 -08:00
Joe DeVivo
b89875e40e Added ome git identifiers because some os like 'em 2012-12-21 11:08:17 -07:00
Joe DeVivo
e5270a5084 Bumped 1.2 version to 1.2.1 for testing upgrades 2012-12-21 11:07:43 -07:00
Engel A. Sanchez
a64a2ec373 Add search test suite wrapper 2012-12-21 12:23:34 -05:00
Jordan West
627805d9a7 Merge pull request #132 from basho/jrw-reset-bucket-sorting
use lists:usort in verify_reset_bucket_props
2012-12-20 15:38:04 -08:00
Jordan West
8039eed077 use lists:usort in verify_reset_bucket_props 2012-12-20 15:30:44 -08:00
Ryan Zezeski
5ce918da6d Update intercepts README 2012-12-20 16:43:03 -05:00
Ryan Zezeski
8b91a4b45a Update gh155 to use intercepts 2012-12-20 16:15:53 -05:00
Ryan Zezeski
d284dcfc22 Add intercepts
Intercepts provide the ability to easily and efficiently intercept
function calls.  Giving the ability to change the code being executed
as well as affect local and global state.
2012-12-20 16:14:28 -05:00
Joe DeVivo
576a9e59f3 Merge branch 'master' of https://github.com/basho/riak_test 2012-12-19 11:59:32 -07:00
Joe DeVivo
8e84e0dff8 Added timer:sleep(10s) to rt:stop, temporary 2012-12-19 11:56:52 -07:00
Joe DeVivo
9eed2c2b06 more determinism for verify_capabilities 2012-12-19 11:56:18 -07:00
Jared Morrow
e2bf592caa Merge pull request #129 from basho/eas-fix-clean_data_dir
Fix clean_data_dir using dot dir
2012-12-19 09:46:46 -08:00
Engel A. Sanchez
7fc4b6a31c Fix clean_data_dir using dot dir 2012-12-19 12:18:51 -05:00
engelsanchez
df905b5165 Merge pull request #127 from basho/eas-add-link-walk-url-test
Add test to exercise link walking special URLs
2012-12-19 06:50:49 -08:00
Engel A. Sanchez
98f8f5d0a7 Allow dupes in link walk test
Relaxing the previous version that sorted and deduped results before
comparing with expected.  We dedupe at each stage but keep previous
stage results so the number of duplicates should be deterministic but a
bit harder to reason about.
2012-12-19 09:23:49 -05:00
Engel A. Sanchez
ff3ea727cf Add wildcard tag to link walk test 2012-12-18 21:13:18 -05:00
Engel A. Sanchez
11b16080f4 Add link walk URL test 2012-12-18 15:17:39 -05:00
Andrew Thompson
83ed717b42 Use multiple workers to write while shutting down 2012-12-17 16:36:17 -05:00
Kelly McLaughlin
6873a3c08a Merge branch 'klm-summary-output-fixes' 2012-12-14 09:27:43 -07:00
Engel A. Sanchez
0e8ecce7d5 Add riak_test behavior 2012-12-14 10:50:49 -05:00
Joe DeVivo
27d5faa345 Merge pull request #124 from basho/jd-unpin-lager
Unpinned lager; if it loves me, it will come back
2012-12-14 07:43:44 -08:00
Joe DeVivo
42a165c0f9 Unpinned lager; if it loves me, it will come back 2012-12-14 08:22:48 -07:00
Kelly McLaughlin
ab4c6e7577 Fix some problems with printing test summaries
Fix some problems encountered while running riak_test modules for Riak
CS. The tests use the multi-backend and this causes issues when
outputting test results. Also add filtering so that no summary output
is attempted for modules that were encountered that were not runnable
tests.
2012-12-13 21:51:29 -07:00
Joe DeVivo
6ee4d4c931 Merge pull request #122 from basho/jd-flux-capacitor
Added -prereq module tag for prerequisites
2012-12-13 15:35:34 -08:00
Joe DeVivo
e9be5b7f94 Added -prereq module tag 2012-12-13 16:21:20 -07:00
Jared Morrow
4aba25ef74 Merge pull request #121 from basho/jem-ruby-client-moar-betta
Refactor how ruby tests do prereqs
2012-12-13 13:09:51 -08:00
Jared Morrow
bef38a1ba0 The command for bundler is 'bundle' 2012-12-13 14:09:03 -07:00