]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: do not call GetUserRecord without "service" argument
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 3 Sep 2025 23:20:17 +0000 (08:20 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Oct 2025 09:48:58 +0000 (11:48 +0200)
commitd9e86b4a6ed168e1b79034cfbf5916cace486417
tree656399c6e417d7cce28d2d7dc003407a53707ae0
parent33f983d462d6b949ef7472689326c1348fd728e0
test: do not call GetUserRecord without "service" argument

Otherwise, following debugging log will be saved and the checker for
the varlink-idl log triggers failure:
```
systemd-userwork: processing[3110]: varlink-6-6: Parameters for method
  io.systemd.UserDatabase.GetUserRecord() didn't pass validation on field 'service': No anode
```

(cherry picked from commit df25e4af162806e67fac88709413516a8182f634)
test/units/TEST-74-AUX-UTILS.varlinkctl.sh