On Fri Jun 27 14:55:35 2025 +0000, Rémi Bernon wrote:
Tests are broken when MRs are running concurrently, it is one plausible explanation and I don't have another.
I have another explanation: that's because you were posting MRs in a short time period, and the old container from previous *completed* test run was cached and reused for the next CI run. That didn't happen when there were enough delay between MRs, which gave ample time for the container cache (and thus ~/.wine) to be flushed. It had nothing to do with concurrent runs. How about that?