no_slides icon indicating copy to clipboard operation
no_slides copied to clipboard

Added unit tests (in branch riak_core_3)

Open pmenhart opened this issue 7 years ago • 3 comments

This could be useful for your readers: ExUnit now starts several slave nodes in a cluster (configured in config/test.exs). Ping, key/value, and coverage commands are executed. I also fixed a bug in CoverageFsm, and added a new coverage command NoSlides.Service.clear() to remove all keys from the store. A few remarks about running this project on Elixir 1.6.5 with Erlang 20.3.6 are in the Readme.

pmenhart avatar Jun 06 '18 22:06 pmenhart

Ooh that's cool. Nice work. @pmenhart gotta try this stuff out.

bryanhuntesl avatar Jul 11 '18 16:07 bryanhuntesl

The latest commit works with riak_core_ng v3.1.1. Newer rebar3 is needed to avoid problems with gen_fsm_compat "missing erl_vsn". You can upgrade by running

mix local.rebar --force

pmenhart avatar Jul 11 '18 20:07 pmenhart

Nice pull request - interesting approach to booting tests +1

bryanhuntesl avatar Jul 13 '18 16:07 bryanhuntesl