quadlet system tests use sdnotify=conmon but try to access notify socket in container #18516
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
quadlet
Most of the quadlet system tests seem to try to write to the NOTIFY_SOCKET but the units are generated with --sdnotify=conmon so the socket is not leaked.
To reproduce run the system tests and look in the journal afterwards
So either we must drop
echo "READY=1" | socat -u STDIN unix-sendto:\$NOTIFY_SOCKET
from the commands or addNotify=yes
to the quadlet units there.@vrothberg @ygalblum @alexlarsson PTAL
The text was updated successfully, but these errors were encountered: