RFR: 8341436: containers/docker/TestJcmdWithSideCar.java takes needlessly long to run [v3]
Sebastian Lövdahl
duke at openjdk.org
Thu Oct 10 18:38:13 UTC 2024
On Wed, 9 Oct 2024 19:45:24 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
>> Sebastian Lövdahl has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Have EventGeneratorLoop end after a more predictable duration
>
> Yes OEL was Oracle Linux:
>
> Our CI tests with docker run on Oracle Linux 7, and they fail with elevated-true (i.e. with "--cap-add=NET_BIND_SERVICE").
>
> Our CI runs with Oracle Linux 8 use podman and they are OK using "--cap-add=NET_BIND_SERVICE"
@kevinjwalls do you know which Docker version your OEL 7 tests use?
I'm not very familiar with the RPM-based world, but I set up an OEL 7 VM, got Docker 18.09 installed and trying to reproduce the test failure now. Just wondering if your CI uses the same one.
# yum list installed | grep docker-engine
docker-engine.x86_64 18.09.1.ol-1.0.3.el7 @ol7_developer
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21331#issuecomment-2405791086
More information about the serviceability-dev
mailing list