From 3967b32899ff2484512061c9ccc929119c10f9d5 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Wed, 8 Jun 2022 09:57:38 +0000 Subject: deploy: 67f51c84f828c2043f37b987b42323e8d740bad0 --- develop/development/contributing_guide.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'develop/development/contributing_guide.html') diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index 431123734e..1d4b261bb6 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -342,6 +342,11 @@ Here is how to run your local Synapse checkout against your local Complement che

To run a specific test, you can specify the whole name structure:

COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -run TestImportHistoricalMessages/parallel/Historical_events_resolve_in_the_correct_order
 
+

The above will run a monolithic (single-process) Synapse with SQLite as the database. For other configurations, try:

+

Access database for homeserver after Complement test runs.

If you're curious what the database looks like after you run some tests, here are some steps to get you going in Synapse:

    -- cgit 1.5.1