You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I had to guess, I would think this is caused by the test spawning threads and exitting without properly shutting them down. Sometimes the timing is lucky, sometimes not. Java threads should be joined, and native threads should synchronize the exit via a monitor and j9thread_exit.
Failure link
From an internal build(
ubu22-aarch64-5
):Rerun in Grinder - Change TARGET to run only the failed test targets.
Optional info
Failure output (captured from console output)
50x internal grinder - not an intermittent problem, fails every time
The text was updated successfully, but these errors were encountered: