Timeout due to excessive shrinking in STM Dynarray test parallel · Issue #554 · ocaml-multicore/multicoretests · GitHub
More Web Proxy on the site http://driver.im/
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
It seems crazy that ~200 unsuccessful shrink attempts (from 19.0033 to 19.0230) take ~ 2h 41m ~ 9660s
(9799.3s - 139.2s)! 😮
I initially suspected that this could be caused by integer tearing #528, causing the shrinker to go around in circles, but I'm starting to doubt it... 🤔
On the merge to
main
of #553 we just saw a timeout after excessive time spent shrinking inSTM Dynarray test parallel
on Cygwin 5.3:
https://github.com/ocaml-multicore/multicoretests/actions/runs/14813376084/job/41590879310
This issue is analogous to #514 for the corresponding
Lin
test fixed in #517.The text was updated successfully, but these errors were encountered: