RFR: 8352926: New test TestDockerMemoryMetricsSubgroup.java fails [v3]
PAWAN CHAWDHARY
duke at openjdk.org
Fri May 2 10:00:07 UTC 2025
On Tue, 29 Apr 2025 20:18:17 GMT, Sergey Chernyshev <schernyshev at openjdk.org> wrote:
>> PAWAN CHAWDHARY has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Refactor container runtime version code
>
> test/hotspot/jtreg/containers/docker/TestMemoryWithSubgroups.java line 74:
>
>> 72: return;
>> 73: }
>> 74: if (IS_DOCKER && TestDockerMemoryMetricsSubgroup.DockerVersion.VERSION_20_10_0.compareTo(getDockerVersion()) > 0) {
>
> Should this change also cover Podman, in which the minimum version that supports `--cgroupns` is 3.0 ?
updated for podman
In podman cgroupns support was added in 1.5.0
https://github.com/containers/podman/releases?page=18
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24948#discussion_r2071383984
More information about the core-libs-dev
mailing list