From 3de68fe69c121b7e39665cfd69401631280ca7d1 Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Mon, 9 May 2022 09:39:06 +0000 Subject: deploy: 18d6c18aa16ab9809656d1175adf4617da44e36c --- develop/development/contributing_guide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'develop/development') diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index bdcfd36ba8..3aeafe7b4d 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -323,10 +323,10 @@ Here is how to run your local Synapse checkout against your local Complement che
COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh
 

To run a specific test file, you can pass the test name at the end of the command. The name passed comes from the naming structure in your Complement tests. If you're unsure of the name, you can do a full run and copy it from the test output:

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

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

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

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