On Tue, 29 Apr 2025 20:18:17 GMT, Sergey Chernyshev <[email protected]>
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