ocaml-multicore / multicoretests

PBT testsuite and libraries for testing multicore OCaml
https://ocaml-multicore.github.io/multicoretests/
BSD 2-Clause "Simplified" License
37 stars 16 forks source link

Increase count for STM Weak test parallel #427

Closed jmid closed 10 months ago

jmid commented 10 months ago

As #406 shows, the parallel STM Weak test occasionally fails to trigger on s390x, thus resulting in a false alarm.

This 1-character PR therefore bumps the test count. Since this is a negative test stopping on the first counterexample, all platforms except s390x should be unaffected. On Linux/s390x this should however increase the chance of triggering the issue.

jmid commented 10 months ago

CI summary:

Out of 59 workflows 7 failed with 6 genuine failures and 1 CI issue.

Note:

jmid commented 10 months ago

CI summary for merge to main

Out of 36 workflows 2 failed - both with genuine issues (no false alarms! :tada:)