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
Reduce OpenCloseTest iterations and dump threads on hang
OpenCloseTest occasionally deadlocks on macOS in testOpenClosePerspective
and then produces no output until the 1200 second bundle timeout kills the
whole JVM, so the run fails with no usable diagnostic.
Add a per method watchdog that dumps all thread stacks and aborts once a
method exceeds 200 seconds, so a hang reports a stacktrace instead of being
killed silently. A plain JUnit timeout cannot be used because these tests
run on the UI thread.
Also reduce the iteration count from 10 to 4 to keep the automated build
fast; it can be raised locally for real stress testing.
#4101
0 commit comments