test: run test-nss-users/hosts by default#21946
Conversation
|
Excellent news: without #21944, the test suite fails on sparc at least (we're yet to see if the sanitizers in CI would pick it up though): The test suite passed before, modulo 2 harmless looking failures which I think are caused by the build environment. So even if we're not yet running with sanitizers, this is an improvement because at least we could've picked it up when running the suite in Gentoo. EDIT: ... and CI failed too 🥳 |
| [], | ||
| [libdl], | ||
| [], 'ENABLE_NSS', 'manual'], | ||
| [], 'ENABLE_NSS'], |
There was a problem hiding this comment.
Looking at https://the-real-systemd.semaphoreci.com/jobs/f966d40a-b3c7-4414-a741-684d7df60e1b where the tests failed with
FAIL: test-nss-hosts18:06
======== myhostname ========18:06
Failed to load module myhostname: libnss_myhostname.so.2: cannot open shared object file: No such file or directory
======== mymachines ========19:06
Failed to load module mymachines: libnss_mymachines.so.2: cannot open shared object file: No such file or directory
It seems they need polishing
There was a problem hiding this comment.
Probably test suite should set LD_LIBRARY_PATH variable pointing to directory with locally built libnss_myhostname.so.2 and libnss_mymachines.so.2.
Prompted by #21935 (comment).