mozilla-services / syncstorage-rs

Sync Storage server in Rust
Mozilla Public License 2.0
973 stars 49 forks source link

Make integration test local run friendlier #1517

Open data-sync-user opened 9 months ago

data-sync-user commented 9 months ago

Being able to run a large test suite against code running locally can be very useful while developing. The current Integration tests are very much designed to be run as a docker instance inside of our CI flow, and thus do not lend themselves well to running locally.

It would be useful to have:

It’s preferred that the locally executed tester use the same tests as the CI integration tester to ensure that any new test introduced is available to both systems.

┆Issue is synchronized with this Jira Task