]> granicus.if.org Git - ejabberd/commitdiff
Mention about a few Riak tests being broken
authorMickaël Rémond <mremond@process-one.net>
Thu, 18 Jul 2019 15:56:11 +0000 (17:56 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Jul 2019 15:56:11 +0000 (17:56 +0200)
test/docker/README.md

index af6ccdd0445565fa4821268605d9093758c0cf4a..c0abd6073c91cc16d0cebfbd558adf00f1f620de 100644 (file)
@@ -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: