0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-09 04:38:57 +02:00
synapse/.buildkite
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
..
scripts Add CI for synapse_port_db (#6140) 2019-10-28 17:45:32 +00:00
.env Move from TravisCI to BuildKite (#4752) 2019-02-27 13:03:14 -08:00
docker-compose.py35.pg95.yaml Fix coverage in sytest and use plugins for buildkite (#5922) 2019-08-29 22:19:57 +10:00
docker-compose.py37.pg11.yaml Fix coverage in sytest and use plugins for buildkite (#5922) 2019-08-29 22:19:57 +10:00
docker-compose.py37.pg95.yaml Fix coverage in sytest and use plugins for buildkite (#5922) 2019-08-29 22:19:57 +10:00
merge_base_branch.sh Fix coverage in sytest and use plugins for buildkite (#5922) 2019-08-29 22:19:57 +10:00
postgres-config.yaml Add CI for synapse_port_db (#6140) 2019-10-28 17:45:32 +00:00
sqlite-config.yaml Add CI for synapse_port_db (#6140) 2019-10-28 17:45:32 +00:00
test_db.db Add CI for synapse_port_db (#6140) 2019-10-28 17:45:32 +00:00
worker-blacklist Whitelist history visbility sytests for worker mode 2019-08-12 13:56:26 +01:00