From: Mickaël Rémond Date: Thu, 18 Jul 2019 15:56:11 +0000 (+0200) Subject: Mention about a few Riak tests being broken X-Git-Tag: 19.08~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11e4b9d882a80ff2cd31cbda2745080589d468ee;p=ejabberd Mention about a few Riak tests being broken --- diff --git a/test/docker/README.md b/test/docker/README.md index af6ccdd04..c0abd6073 100644 --- a/test/docker/README.md +++ b/test/docker/README.md @@ -31,6 +31,14 @@ You can run tests with (from ejabberd repository root): make test ``` +At the moment, starting from Erlang 21, some Riak tests are broken because Riak client is not compliant with OTP 21+. + +To run everything except Riak tests, you can use the following command: + +``` +CT_BACKENDS=mnesia,redis,mysql,pgsql,sqlite,ldap,extauth rebar ct suites=ejabberd +``` + ## Cleaning up the test environment You can fully clean up the environment with: