Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 18d6c18

Browse files
Fix docs on how to run specific Complement tests after recent complement.sh change (#12664)
1 parent 26c1ad7 commit 18d6c18

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.d/12664.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix docs on how to run specific Complement tests using the `complement.sh` test runner.

docs/development/contributing_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,13 @@ COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh
270270
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:
271271

272272
```sh
273-
COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh TestBackfillingHistory
273+
COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -run TestImportHistoricalMessages
274274
```
275275

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

278278
```sh
279-
COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh TestBackfillingHistory/parallel/Backfilled_historical_events_resolve_with_proper_state_in_correct_order
279+
COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -run TestImportHistoricalMessages/parallel/Historical_events_resolve_in_the_correct_order
280280
```
281281

282282

0 commit comments

Comments
 (0)