matrix-org / rust-synapse-compress-state

A tool to compress some state in a Synapse instance's database
https://pypi.org/project/synapse-auto-compressor/
Apache License 2.0
142 stars 32 forks source link

Setup framework to do integration testing #50

Closed Azrenbeth closed 3 years ago

Azrenbeth commented 3 years ago

BUILDS ON azren/stats_tests (PR #49)

Setup ability to do integration tests.

This done by starting a postgres docker image and running the tests using that.

NOTE: not currently run by github actions

Azrenbeth commented 3 years ago

Can you add a README in the new integration test dir please, with info as to what and why we're doing this?

I added information in the next PR to the workspace README on how to run the tests allong with info on all the other running options