Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205802 | 11.0.1 | Robin Westberg | P3 | Resolved | Fixed | team |
If the host running the test is really starved for CPU time, it is possible that the test may fail to generate any CPU time related events. To make the test more stable, we can simply retry the event generation a few times until the events of interest are detected.
- backported by
-
JDK-8205802 [TESTBUG] Instability in JFR test TestThreadCpuTimeEvent
- Resolved
- duplicates
-
JDK-8205466 jdk/jfr/event/runtime/TestThreadCpuTimeEvent.java fails with java.lang.RuntimeException: assertGreaterThan: expected PT0S > PT0S
- Closed
- relates to
-
JDK-8316739 jdk/jfr/event/runtime/TestThreadCpuTimeEvent.java fails intermittent - Retry count exceeded
- Open