Does anyone have an example of Euint testing a distributed system using riak_core?
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](https://github.com/lambdaclass/riak_core_tutorial) 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.
1 条评论