Skip to content

Instantly share code, notes, and snippets.

@philipcristiano
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipcristiano/9f16cb30196383580e13 to your computer and use it in GitHub Desktop.
Save philipcristiano/9f16cb30196383580e13 to your computer and use it in GitHub Desktop.
Erlang vnode test init
init_per_testcase(_, Config) ->
{ok, Pid} = riak_core_vnode:start_link(etsdb_vnode, 0, []),
[{vnode, Pid}| Config].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment