]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
README.unittest container edits mainly mariadb/mysql (#7014)
authorDaniel Black <daniel@mariadb.org>
Sat, 11 Sep 2021 20:22:47 +0000 (06:22 +1000)
committerGitHub <noreply@github.com>
Sat, 11 Sep 2021 20:22:47 +0000 (22:22 +0200)
commit7ae4a43d99fc48afdd2b98e9ff18428ecc09dc4b
treea9564f631de388eeba8504a9e39938b209e648f0
parent3ddf0a3648fe0dfba1a8b7e9f00db27fa6640a7e
README.unittest container edits mainly mariadb/mysql (#7014)

Simplify it a bit:

* test_schema2 isn't needed in MySQL/MariaDB test.
* Only permissions on test_schema are needed.
* User without qualification defaults to user@'%'.
* Use MARIADB_* names with MariaDB container that has
  been there most of this year in releases.
* We don't need to specify a database on connection
  when creating users/databases.
* On all containers - docker will always pull image
  if not available. Also postgres image didn't match
  container initialization.
* Remove container versions, just use latest
README.unittests.rst