RFR: 8351382: New test containers/docker/TestMemoryWithSubgroups.java is failing [v2]
Sergey Chernyshev
schernyshev at openjdk.org
Mon Mar 17 10:21:05 UTC 2025
On Mon, 17 Mar 2025 07:26:35 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Test fails:
>
> ```
> [STDERR]
> Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
> Error: template: info:1:2: executing "info" at <.SecurityOptions>: can't evaluate field SecurityOptions in type *define.Info
> ```
Thanks @dholmes-ora for running the test! I understand the problem - the `info` format is from Podman while the command line is `docker`. I'll see what can be done.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23948#issuecomment-2728948007
More information about the hotspot-runtime-dev
mailing list