opam icon indicating copy to clipboard operation
opam copied to clipboard

reftests: updates on init test

Open rjbou opened this issue 3 years ago • 3 comments

Update it to be no repo + add erroneous case where invariant got removed from install actions

rjbou avatar Oct 25 '22 13:10 rjbou

This is likely to be a pain, so feel free to object! I like the switch to N0REP0 because it's faster, but might it be worth using the same package names and versions? i.e. instead of comp.2 call it ocaml.4.02.3 and comp.3 be ocaml.4.05.0, etc.?

I'm being slow, but I don't understand the second commit - is the point that we're ensuring that without the conflict-class that we do incorrectly install syscomp.2, or is it that there a bug which needs fixing?

dra27 avatar May 09 '24 13:05 dra27

I'm being slow, but I don't understand the second commit - is the point that we're ensuring that without the conflict-class that we do incorrectly install syscomp.2, or is it that there a bug which needs fixing?

My mistake, it was me wrongly defining the packages. I wanted to highlight a wrong behaviour of installing a package that doesn't comply invariant, but comp dependencies (post especially) wasn't well defined.

rjbou avatar May 14 '24 13:05 rjbou

Updated with ocaml-* package names

rjbou avatar May 14 '24 13:05 rjbou

Thanks! Failure in ocaml-benchmarks comes from a lack of disk space

kit-ty-kate avatar Jul 09 '24 19:07 kit-ty-kate