synapse/changelog.d
Brendan Abolivier 14504ad573
Add CI for synapse_port_db (#6140)
This adds:

* a test sqlite database
* a configuration file for the sqlite database
* a configuration file for a postgresql database (using the credentials in `.buildkite/docker-compose.pyXX.pgXX.yaml`)

as well as a new script named `.buildkite/scripts/test_synapse_port_db.sh` that:

1. installs Synapse
2. updates the test sqlite database to the latest schema and runs background updates on it
3. creates an empty postgresql database
4. run the `synapse_port_db` script to migrate the test sqlite database to the empty postgresql database (with coverage)

Step `2` is done via a new script located at `scripts-dev/update_database`.

The test sqlite database is extracted from a SyTest run, so that it can be considered as an actual homeserver's database with actual data in it.
2019-10-28 17:45:32 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
6140.misc Add CI for synapse_port_db (#6140) 2019-10-28 17:45:32 +00:00
6218.misc Convert EventContext to attrs (#6218) 2019-10-28 14:29:55 +02:00
6250.misc Add missing '.' 2019-10-24 18:39:15 +01:00
6251.misc Reduce impact of debug logging 2019-10-24 18:37:55 +01:00
6253.bugfix add changelog 2019-10-24 21:33:35 -04:00