aboutsummaryrefslogtreecommitdiff
path: root/test/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enable tests with mssql-backend (#3136)ChaosKid422020-04-281-1/+24
|
* Don't attempt to create SQL tables when running testsEvgeny Khramtsov2019-10-281-0/+2
| | | | | | | Instead, only clear existing tables. The commit assumes that the SQL schemas will be loaded manually before running the test suite, see test/README for the examples.
* Remove Riak supportEvgeny Khramtsov2019-07-181-28/+1
| | | | | | | | | | 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)
* Note about Redis requirement in the test suite READMEEvgeniy Khramtsov2018-07-151-1/+2
|
* Improve test suite explanationEvgeniy Khramtsov2014-07-101-2/+35
|
* test/README: Create MySQL test user on 'localhost'Holger Weiss2014-05-041-2/+2
| | | | | | | Suggest specifying 'localhost' as host name part of the MySQL test account name. Otherwise, the anonymous user that is usually created by default for 'localhost' would take precedence for local connections due to the more specific host name.
* Clarify MySQL/PostgreSQL preparation for running the test suite.Evgeniy Khramtsov2013-06-191-1/+3
|
* Add tests for modules using MySQL/PostgreSQLEvgeniy Khramtsov2013-06-191-0/+15