GetStackTraceALotWhenPinned test times out every so often in GHA.
The last sightings are on macos-aarch64:
2025-09-04T10:41:29.357879Z => 87894 of 100000
2025-09-04T10:41:30.365534Z => 88105 of 100000
Timeout signalled after 300 seconds
2025-09-04T10:41:31.367068Z => 88298 of 100000
2025-09-04T10:41:32.377128Z => 88400 of 100000
2025-09-03T10:08:37.713537Z => 74715 of 100000
2025-09-03T10:08:38.717750Z => 74818 of 100000
Timeout signalled after 300 seconds
2025-09-03T10:08:39.722960Z => 74922 of 100000
2025-09-03T10:08:40.726642Z => 75024 of 100000
Looks like we are nearly there, just need fewer iterations. I think like withJDK-8344577, we just need to extend the test check for AArch64 macs as well.
The last sightings are on macos-aarch64:
2025-09-04T10:41:29.357879Z => 87894 of 100000
2025-09-04T10:41:30.365534Z => 88105 of 100000
Timeout signalled after 300 seconds
2025-09-04T10:41:31.367068Z => 88298 of 100000
2025-09-04T10:41:32.377128Z => 88400 of 100000
2025-09-03T10:08:37.713537Z => 74715 of 100000
2025-09-03T10:08:38.717750Z => 74818 of 100000
Timeout signalled after 300 seconds
2025-09-03T10:08:39.722960Z => 74922 of 100000
2025-09-03T10:08:40.726642Z => 75024 of 100000
Looks like we are nearly there, just need fewer iterations. I think like with
- duplicates
-
JDK-8366669 test/jdk/java/lang/Thread/virtual/stress/GetStackTraceALotWhenBlocking.java timed out
-
- Closed
-
- relates to
-
JDK-8344577 Virtual thread tests are timing out on some macOS systems
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/0dad3f1a
-
Review(master) openjdk/jdk/27104