I think this whole test suite is growing too big/intertwined, which would only get worse as we start adding more V1 vs V2 checks. I've been eyeing using a Cargo test harness to run all these things (or even a simple codegen macro, since the former is new/unstable), and leave reporting/sharding to nextest, but that is definetely a lower priority right now.
Just raising it up for later discussion. Not a blocker of course.
Originally posted by @OmarTawfik in #1574 (comment)
I think this whole test suite is growing too big/intertwined, which would only get worse as we start adding more V1 vs V2 checks. I've been eyeing using a Cargo test harness to run all these things (or even a simple codegen macro, since the former is new/unstable), and leave reporting/sharding to
nextest, but that is definetely a lower priority right now.Just raising it up for later discussion. Not a blocker of course.
Originally posted by @OmarTawfik in #1574 (comment)