Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 1 | -1/+1 |
| | |||||
* | Allow enabling the asyncio reactor in complement (#14858) | realtyem | 2023-02-01 | 1 | -2/+19 |
| | | | Signed-off-by: Jason Little realtyem@gmail.com | ||||
* | Fix type annotation causing import time error in the Complement forking ↵ | reivilibre | 2022-11-01 | 1 | -2/+2 |
| | | | | | launcher. (#14084) Co-authored-by: David Robertson <davidr@element.io> | ||||
* | Complement image: propagate SIGTERM to all workers (#13914) | Richard van der Hoff | 2022-09-26 | 1 | -2/+30 |
| | | | | | | | | | | This should mean that logs from worker processes are flushed before shutdown. When a test completes, Complement stops the docker container, which means that synapse will receive a SIGTERM. Currently, the `complement_fork_starter` exits immediately (without notifying the worker processes), which means that the workers never get a chance to flush their logs before the whole container is vaped. We can fix this by propagating the SIGTERM to the children. | ||||
* | Improve startup times in Complement test runs against workers, particularly ↵ | reivilibre | 2022-06-30 | 1 | -0/+190 |
in CPU-constrained environments. (#13127) Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> |