diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-02-27 11:10:53 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-02-27 16:24:23 +0100 |
commit | cc48d93870f356c060a4b2af1ef21b27bebe18c6 (patch) | |
tree | 4a38d596cc42469ab15cc0dca7b30b66d162af39 /.github/labeler.yml | |
parent | zsh/_journalctl: complete -g, --case-sensitive, 'help' (pseudo-)facility (diff) | |
download | systemd-cc48d93870f356c060a4b2af1ef21b27bebe18c6.tar.xz systemd-cc48d93870f356c060a4b2af1ef21b27bebe18c6.zip |
test: use socat in unidirectional mode
By default socat open a separate r/w channel for each specified address,
and terminates the connection after .5s from receiving EOF on _either_
side. And since one side of that connection is an empty stdin, we reach
that EOF pretty quickly. Let's avoid this by using socat in
"reversed unidirectional" mode, where the first address is used only for
writing, and the second one is used only for reading.
Addresses:
- https://github.com/systemd/systemd/issues/31500
- https://github.com/systemd/systemd/issues/31493
Follow-up for 3456c89ac26.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions