Commit Graph

12 Commits

Author SHA1 Message Date
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
Ryan Zezeski
8b91a4b45a Update gh155 to use intercepts 2012-12-20 16:15:53 -05:00
Engel A. Sanchez
0e8ecce7d5 Add riak_test behavior 2012-12-14 10:50:49 -05:00
Engel A. Sanchez
f0cb19e47e load_modules_on_riak -> load_modules_on_nodes 2012-12-13 14:07:41 -05:00
Engel A. Sanchez
1716f40f08 Remove local assumptions from partition repair
This should resolve issue #113.
Added function to load code modules, clean directories within data and
using new put dir function where needed.
Changing die-die-die! approach to use cast in case remote call to node
to shoot itself in the head hangs.
2012-12-13 11:48:31 -05:00
Engel A. Sanchez
0d1fbec563 Minor style tweaks to meck refactor fix
From feedback on the original pull request.
2012-12-04 10:36:58 -05:00
Engel A. Sanchez
009fa92bf1 Fix after meck refactoring
Plus, fixing a timing issue when restarting node.  Sometimes we issued
the gets while the old node was still going down.
2012-12-04 10:19:24 -05:00
Joe DeVivo
d06b760cb3 wait_for_owners_according_to 2012-12-03 07:46:03 -07:00
Ryan Zezeski
1fe9624978 Don't call lager in remote functions
It is not safe to compile code, that calls lager, with Riak Test and
then run that code on the remote nodes.  Depending on the version the
remote node will have a different lager version.  If the API has
changed between versions then the calls will fail and leave a
non-obvious error message for the test runner to decipher.  This is
exactly what happened to me recently as the upcoming 1.3 release is
following lager master but Riak Test is using lager 1.2.1.  There is
an api change between those two causing the info call to fail.

https://github.com/basho/lager/compare/1.2.1...d6482649#L5L54
2012-11-26 09:58:26 -05:00
Joe DeVivo
5ee99bbbab Added source headers 2012-10-10 15:14:06 -07:00
Joe DeVivo
eddb01bbfb Changed test API from Module:Module/0 to Module:confirm/0 2012-08-30 15:51:46 -04:00
Joseph Blomstedt
2a89366e12 Add test for issue basho/riak_core#155 2012-04-02 13:59:26 -07:00