RFR: 8335882: platform/cgroup/TestSystemSettings.java fails on Alpine Linux

Severin Gehwolf sgehwolf at openjdk.org
Mon Jul 8 14:23:43 UTC 2024


Please review this simple test fix to exclude the test from being run on an Alpine Linux system. Apparently default Alpine Linux systems don't have cgroups set up by default the way other distros do. More info on the bug. I propose to not run the test on musl systems.

-------------

Commit messages:
 - 8335882: platform/cgroup/TestSystemSettings.java fails on Alpine Linux

Changes: https://git.openjdk.org/jdk/pull/20076/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20076&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8335882
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/20076.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20076/head:pull/20076

PR: https://git.openjdk.org/jdk/pull/20076


More information about the serviceability-dev mailing list