Integrated: 8333446: Add tests for hierarchical container support
Severin Gehwolf
sgehwolf at openjdk.org
Wed Sep 11 17:00:17 UTC 2024
On Mon, 3 Jun 2024 17:28:09 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> Please review this PR which adds test support for systemd slices so that bugs like [JDK-8217338](https://bugs.openjdk.org/browse/JDK-8217338) can be verified. The added test, `SystemdMemoryAwarenessTest` currently passes on cgroups v1 and cgroups v2 (since [JDK-8322420](https://bugs.openjdk.org/browse/JDK-8322420) is fixed now).
>
> I'm adding those tests in order to not regress another time.
>
> Testing:
> - [x] Container tests on Linux x86_64 cgroups v2 and Linux x86_64 cgroups v1.
> - [x] New systemd test on cg v1 and cg v2 (passes).
> - [x] GHA
This pull request has now been integrated.
Changeset: d9fdf69c
Author: Severin Gehwolf <sgehwolf at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d9fdf69c34c20e0f2d526c2f04450acb904c3e80
Stats: 655 lines in 9 files changed: 648 ins; 0 del; 7 mod
8333446: Add tests for hierarchical container support
Reviewed-by: mbaesken, zzambers
-------------
PR: https://git.openjdk.org/jdk/pull/19530
More information about the hotspot-dev
mailing list