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

Chore: renaming Lin Internal tests #396

Closed jmid closed 12 months ago

jmid commented 1 year ago

This PR cleans up a bit of historical bagage: Lin.Internal was once known as Lin and lin_tests.ml-files named accordingly. We thus rename these to lin_internal_tests.ml and adjust their test titles accordingly. The latter should help separate one from the other in the CI logs (I for one, have confused myself over this).

Overall. the PR should however not change the functionality of the test suite.

jmid commented 1 year ago

CI summary for cb27759

Of the 27 completed runs 5 failed: 2 failures were genuine, 1 was a false alarm, and 2 are caching related

jmid commented 12 months ago

CI summary for c332d03

Of the 56 completed runs 5 failed: 1 failures was genuine, 1 was a false alarm, and 3 due to CI-caching. I'll merge.

jmid commented 12 months ago

CI summary for the merge into main:

Of the 37 completed runs 9 failed: 5 were opam failures, 3 failures was genuine, 1 is in the gray zone.