Skip to content
Snippets Groups Projects
Unverified Commit 0c55c76d authored by kegsay's avatar kegsay Committed by GitHub
Browse files

Better complement docs (#16946)

parent 3eb0a3b4
No related branches found
No related tags found
No related merge requests found
Improve the documentation around running Complement tests with new configuration parameters.
\ No newline at end of file
...@@ -30,3 +30,14 @@ Consult `scripts-dev/complement.sh` in the repository root for a real example. ...@@ -30,3 +30,14 @@ Consult `scripts-dev/complement.sh` in the repository root for a real example.
[complement]: https://github.com/matrix-org/complement [complement]: https://github.com/matrix-org/complement
[complementEnv]: https://github.com/matrix-org/complement/pull/382 [complementEnv]: https://github.com/matrix-org/complement/pull/382
## How to modify homeserver.yaml for Complement tests
It's common for MSCs to be gated behind a feature flag like this:
```yaml
experimental_features:
faster_joins: true
```
To modify this for the Complement image, modify `./conf/workers-shared-extra.yaml.j2`. Despite the name,
this will affect non-worker mode as well. Remember to _rebuild_ the image (so don't use `-e` if using
`complement.sh`).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment