Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does anyone have an example of Euint testing a distributed system using riak_core? #1011

Open
morguee opened this issue Sep 21, 2023 · 1 comment

Comments

@morguee
Copy link

morguee commented Sep 21, 2023

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.

@martinsumner
Copy link
Contributor

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.

Not sure this is helpful as the eunit tests aren't generally testing any of the distribution features - for that riak_test is used https://github.com/basho/riak_test/tree/develop-3.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants