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
Hi, I am looking for an example/github repo of EUint testing a distributed system that uses riak_core. I am trying to add riak_core to my erlang project, which already has extensive EUint testing, and would like to avoid using common tests. I have already used this tutorial to get me started on adding riak_core to my project, however it only has a common test example. My first question would be: Is it even possible to use EUint testing while using riak_core? Thank you.
The text was updated successfully, but these errors were encountered:
Riak KV has some eunit tests, where there is a dependency on riak_core. There are some helper functions in riak_kv_test_util to help with setup and clean down for this.
Hi, I am looking for an example/github repo of EUint testing a distributed system that uses riak_core. I am trying to add riak_core to my erlang project, which already has extensive EUint testing, and would like to avoid using common tests. I have already used this tutorial to get me started on adding riak_core to my project, however it only has a common test example. My first question would be: Is it even possible to use EUint testing while using riak_core? Thank you.
The text was updated successfully, but these errors were encountered: