summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMickaël Rémond <mremond@process-one.net>2019-07-18 17:56:11 +0200
committerGitHub <noreply@github.com>2019-07-18 17:56:11 +0200
commit11e4b9d882a80ff2cd31cbda2745080589d468ee (patch)
treef813278f3c95a2f1aa06d38dbcc4e7931e572bc5 /test
parentExplain how to kill stuck common test run (diff)
Mention about a few Riak tests being broken
Diffstat (limited to 'test')
-rw-r--r--test/docker/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/docker/README.md b/test/docker/README.md
index af6ccdd0..c0abd607 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: