We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the CI runs of the merge to main of #504 we saw 12 trunk workflows timing out:
main
trunk
11 workflows timeout in either STM Sys test parallel or STM Sys stress test parallel
STM Sys test parallel
STM Sys stress test parallel
Bytecode trunk example: https://github.com/ocaml-multicore/multicoretests/actions/runs/12636815231/job/35209739270
random seed: 527271392 generated error fail pass / total time test name [ ] 0 0 0 0 / 1000 0.0s STM Sys test sequential [ ] 0 0 0 0 / 1000 0.0s STM Sys test sequential (generating) [✓] 1000 0 0 1000 / 1000 1.8s STM Sys test sequential [ ] 0 0 0 0 / 200 0.0s STM Sys test parallel [ ] 118 0 0 118 / 200 58.8s STM Sys test parallel [✓] 200 0 0 200 / 200 83.0s STM Sys test parallel [ ] 0 0 0 0 / 1000 0.0s STM Sys stress test parallel Error: The operation was canceled.
Trunk example: https://github.com/ocaml-multicore/multicoretests/actions/runs/12636815229/job/35209740033
random seed: 94741838 generated error fail pass / total time test name [ ] 0 0 0 0 / 1000 0.0s STM Sys test sequential [ ] 0 0 0 0 / 1000 0.0s STM Sys test sequential (generating) [✓] 1000 0 0 1000 / 1000 1.7s STM Sys test sequential Error: The operation was canceled.
This clearly indicates a regression on parallel Sys testing.
Sys
Exceptions:
musl
STM Out_channel test parallel
The text was updated successfully, but these errors were encountered:
This one is easy to recreate locally.
Reported upstream as ocaml/ocaml#13713
Sorry, something went wrong.
Fixed in ocaml/ocaml#13714
No branches or pull requests
On the CI runs of the merge to
main
of #504 we saw 12trunk
workflows timing out:11 workflows timeout in either
STM Sys test parallel
orSTM Sys stress test parallel
Bytecode trunk example:
https://github.com/ocaml-multicore/multicoretests/actions/runs/12636815231/job/35209739270
Trunk example:
https://github.com/ocaml-multicore/multicoretests/actions/runs/12636815229/job/35209740033
This clearly indicates a regression on parallel
Sys
testing.Exceptions:
musl
workflow instead timed out inSTM Out_channel test parallel
trunk
one...The text was updated successfully, but these errors were encountered: