Mention about a few Riak tests being broken

This commit is contained in:
Mickaël Rémond 2019-07-18 17:56:11 +02:00 committed by GitHub
parent 179a9f4ca8
commit 11e4b9d882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View 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: