]> 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)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 4 Sep 2025 10:50:28 +0000 (19:50 +0900)
commitdf25e4af162806e67fac88709413516a8182f634
tree95d1499e9c2ac26e3f7f79e65137b1407e57e28a
parent2ce397125fe77220d881e0c57bf0c1e7803f9cf7
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
```
test/units/TEST-74-AUX-UTILS.varlinkctl.sh