RFR: 8340092: [Linux] containers/systemd/SystemdMemoryAwarenessTest.java failing on some systems

Matthias Baesken mbaesken at openjdk.org
Mon Sep 16 11:53:05 UTC 2024


On Mon, 16 Sep 2024 11:37:44 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

> Thanks. It could be that the `user@<uid>.service` isn't running on those systems. Would you be able to check? What does this command report (run as the user the test suite runs, please)?
> 
> ```
> $ systemctl status user@$(id -u).service
> ```
> 
> If that's it, I'll add another check for this.

The command output says
`Unit   <username>@<abcd>.service could not be found.`

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20989#issuecomment-2352698522


More information about the hotspot-runtime-dev mailing list