internal/pipewire: additional Client::Info test case
All checks were successful
Test / Create distribution (push) Successful in 36s
Test / Sandbox (push) Successful in 2m19s
Test / Hakurei (push) Successful in 3m15s
Test / Hpkg (push) Successful in 4m10s
Test / Sandbox (race detector) (push) Successful in 4m20s
Test / Hakurei (race detector) (push) Successful in 5m6s
Test / Flake checks (push) Successful in 1m20s

This appears to add *one single entry* compared to the message before it. The inefficiency of this protocol is beyond imagination.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-11-26 16:27:46 +09:00
parent 10ff276da1
commit a55c209099
5 changed files with 56 additions and 0 deletions

View File

@@ -46,4 +46,9 @@ var (
recvmsg00Message03Header string
//go:embed testdata/16-recvmsg00-message03-POD
recvmsg00Message03POD string
//go:embed testdata/17-recvmsg00-message04-header
recvmsg00Message04Header string
//go:embed testdata/18-recvmsg00-message04-POD
recvmsg00Message04POD string
)