aboutsummaryrefslogtreecommitdiff
path: root/test/docker (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-25Fix docker DB initializationStu Tomlinson4-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.
2020-04-28enable tests with mssql-backend (#3136)ChaosKid423-1/+51
2020-01-28Update copyright to 2020 (#3149)Badlop2-2/+2
2019-07-18Remove Riak supportEvgeny Khramtsov8-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)
2019-07-18Mention about a few Riak tests being brokenMickaël Rémond1-0/+8
2019-07-18Explain how to kill stuck common test runMickaël Rémond1-0/+7
2019-07-18Update docker test READMEMickaël Rémond1-0/+12
2019-07-18Fix example on test data set deletionMickaël Rémond1-3/+4
2019-05-24Add data clean up suggested commandMickaël Rémond1-3/+5
2019-05-07Initial Docker environment to run ejabberd test suiteMickael Remond10-0/+1836