summary refs log tree commit diff
path: root/develop/development
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2022-05-09 09:39:06 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2022-05-09 09:39:06 +0000
commit3de68fe69c121b7e39665cfd69401631280ca7d1 (patch)
tree68082024941d5a582f0b609099016fea6f226fa5 /develop/development
parentdeploy: c2d50e9f6c5f7b01cbd8bf1dca36cb8c0e7b007f (diff)
downloadsynapse-3de68fe69c121b7e39665cfd69401631280ca7d1.tar.xz
deploy: 18d6c18aa16ab9809656d1175adf4617da44e36c
Diffstat (limited to 'develop/development')
-rw-r--r--develop/development/contributing_guide.html4
1 files changed, 2 insertions, 2 deletions
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
 <pre><code class="language-sh">COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh
 </code></pre>
 <p>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:</p>
-<pre><code class="language-sh">COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh TestBackfillingHistory
+<pre><code class="language-sh">COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -run TestImportHistoricalMessages
 </code></pre>
 <p>To run a specific test, you can specify the whole name structure:</p>
-<pre><code class="language-sh">COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh TestBackfillingHistory/parallel/Backfilled_historical_events_resolve_with_proper_state_in_correct_order
+<pre><code class="language-sh">COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -run TestImportHistoricalMessages/parallel/Historical_events_resolve_in_the_correct_order
 </code></pre>
 <h3 id="access-database-for-homeserver-after-complement-test-runs"><a class="header" href="#access-database-for-homeserver-after-complement-test-runs">Access database for homeserver after Complement test runs.</a></h3>
 <p>If you're curious what the database looks like after you run some tests, here are some steps to get you going in Synapse:</p>