You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Default backend in rt_planner is now undefined
- All lists of backends are now atoms
- Command-line limits backends when using GiddyUp
- Command-line now properly generates multiple tests when a list of
backends is specified
- "multi" backend added for verify_2i_aae-multi for GiddyUp
{backend, $b, "backend", atom, "backend to test [memory | bitcask | eleveldb]"},
84
+
{backend, $b, "backend", atom, "backend to test [memory | bitcask | eleveldb | multi]"},
81
85
{keep, undefined, "keep", boolean, "do not teardown cluster"},
82
86
{continue_on_fail, $n, "continue", boolean, "continues executing tests on failure"},
83
87
{report, $r, "report", string, "you're reporting an official test run, provide platform info (e.g. ubuntu-1404-64)\nUse 'config' if you want to pull from ~/.riak_test.config"},
0 commit comments