Skip to content
Snippets Groups Projects
  • Richard van der Hoff's avatar
    d6b85a2a
    Complement image: propagate SIGTERM to all workers (#13914) · d6b85a2a
    Richard van der Hoff authored
    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.
    Complement image: propagate SIGTERM to all workers (#13914)
    Richard van der Hoff authored
    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.
client_server NaN GiB