summaryrefslogtreecommitdiff
path: root/test/docker (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix docker DB initializationStu Tomlinson2020-09-254-945/+15
| | | | | | | | | The docker local copies of DB initialization scripts were out of sync with the master copies. Instead of updating local copies, adjust docker compose to reference master copies directly. Also change docker config to use docker volumes instead of mounted directories for all DB data.
* enable tests with mssql-backend (#3136)ChaosKid422020-04-283-1/+51
|
* Update copyright to 2020 (#3149)Badlop2020-01-282-2/+2
|
* Remove Riak supportEvgeny Khramtsov2019-07-188-850/+2
| | | | | | | | | | Reasons: - Riak DB development is almost halted after Basho - riak-erlang-client is abandoned and doesn't work correctly with OTP22 - Riak is slow in comparison to other databases - Missing key ordering makes it impossible to implement range queries efficiently (e.g. MAM queries)
* Mention about a few Riak tests being brokenMickaël Rémond2019-07-181-0/+8
|
* Explain how to kill stuck common test runMickaël Rémond2019-07-181-0/+7
|
* Update docker test READMEMickaël Rémond2019-07-181-0/+12
|
* Fix example on test data set deletionMickaël Rémond2019-07-181-3/+4
|
* Add data clean up suggested commandMickaël Rémond2019-05-241-3/+5
|
* Initial Docker environment to run ejabberd test suiteMickael Remond2019-05-0710-0/+1836