summary refs log tree commit diff
path: root/synapse/handlers/sync.py
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-09-26 23:07:02 +0100
committerGitHub <noreply@github.com>2022-09-26 23:07:02 +0100
commitd6b85a2a7dea2737e69d67842c2246975ec64bce (patch)
tree62d0b0e0b9e3c091a1b4829dee61e71a11890128 /synapse/handlers/sync.py
parentImprove tests for get_unread_push_actions_for_user_in_range_*. (#13893) (diff)
downloadsynapse-d6b85a2a7dea2737e69d67842c2246975ec64bce.tar.xz
Complement image: propagate SIGTERM to all workers (#13914)
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.
Diffstat (limited to 'synapse/handlers/sync.py')
0 files changed, 0 insertions, 0 deletions