basho / riak_ensemble

Multi-Paxos framework in Erlang
http://www.youtube.com/watch?v=gXJxbhca5Xg
Apache License 2.0
166 stars 76 forks source link

Erlang 17.x is not supported in tests [JIRA: RIAK-2103] #79

Open khabinov opened 9 years ago

khabinov commented 9 years ago

Hi,

Thanks for the library. I tried to run make test in develop branch and I got this error:

ERROR: OTP release 17 does not match required regex R13B04|R14|R15|R16

Is there a way to fix it without installation of any of R13B04|R14|R15|R16?

cmeiklejohn commented 9 years ago

This is a problem with the test framework, and not Ensemble itself. This is addressed by https://github.com/basho/riak_test/pull/839 and https://github.com/basho/riak_ensemble/pull/80.