On Thu, May 22, 2025 at 10:42:50AM +0200, David Hildenbrand wrote:
Probably, one might be able to revert the logic: instead of running each test for each size, run each size for each test: then, the tests are fixed and would be covering all available sizes in a single logical test.
Yeah, that should work - it'd lose a bit of resolution in the test results for automation but I'm not sure how often that's likely to be relevant and the information would still be there for humans.
I agree that that really is a bigger rework. Let me take a look at your original patch later (fairly busy today, please poke me if I forget).
Thanks. I'll take a look at the other similar tests like cow using the same approach I've used here.