Closed jmid closed 11 months ago
CI summary for 790cc71:
negative Lin CList int64 test with Effect
#394 #416 (bug fixed on trunk)Out of 63 workflows, 28 succeeded, 34 were canceled, 1 failed with a genuine failure
CI summary for 73d172c:
threadomain
#203STM Sys test parallel
#359Out of 63 workflows, 58 succeeded, 2 were cancelled, 3 failed with 1 genuine error, 1 false alarm, 1 unknown (CI flaky)
CI summary for merge to main
:
InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
12444.9s Lin Out_channel test with Domain
#378Out of 38 workflows, 2 failed with 1 borderline testsuite/ocaml5 issue, and 1 CI network issue
The internal STM test
mutable_set_v5.ml
is currently run with--verbose
which includes timing (0.0s
) and subsequently diffed as an expect test. This creates the possibility of test failures due to a timing difference if it is run on a particular slow (CI) machine.I just had this happen to me on the CI of an unrelated branch which happened to take
0.1s
instead: https://github.com/ocaml-multicore/multicoretests/actions/runs/6946194440/job/18897107446This little PR therefore removes the
--verbose
option for this expect test.