-
Bug
-
Resolution: Fixed
-
P4
-
17
-
b17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8299005 | 8u371 | Ivan Bereziuk | P4 | Resolved | Fixed | b01 |
STDERR:
stdout: [[failcount]
];
stderr: []
exitValue = 137
java.lang.RuntimeException: Expected to get exit value of [0]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:474)
at TestDockerMemoryMetrics.testMemoryFailCount(TestDockerMemoryMetrics.java:113)
at TestDockerMemoryMetrics.main(TestDockerMemoryMetrics.java:80)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:831)
stdout: [[failcount]
];
stderr: []
exitValue = 137
java.lang.RuntimeException: Expected to get exit value of [0]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:474)
at TestDockerMemoryMetrics.testMemoryFailCount(TestDockerMemoryMetrics.java:113)
at TestDockerMemoryMetrics.main(TestDockerMemoryMetrics.java:80)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:831)
- backported by
-
JDK-8299005 jdk/internal/platform/docker/TestDockerMemoryMetrics.java fails due to swapping not working
-
- Resolved
-
- relates to
-
JDK-8250984 Memory Docker tests fail on some Linux kernels w/o cgroupv1 swap limit capabilities
-
- Resolved
-