Martin Pool

Results 161 comments of Martin Pool

> The next step is to discuss the actual implementation of the update automation for the CITATION.cff. The update steps are rather straightforward: replacing the old version with the new...

Thanks for diagnosing it. I can add it to the allowlist.

I looked at the Actions docs and I couldn't see how to allow Docker containers. On the whole this doesn't seem like a file that is likely to be edited...

Yes, this is the current behavior, and it might save a lot of time if it would stop as soon as there is any failure. As background on how tests...

Is the OOM the same as we're discussing in #187? If so the short answer is don't use high `-j` values, start without `-j` and get that working reliably: I...

> i was considering the idea you mentioned about running a single test at a time. would something like this suffice? > `RUST_BACKTRACE=full STACKS_LOG_DEBUG=1 BITCOIND_TEST=1 cargo mutants -- -- my::test`...

I don't see any reason why adding Nextest support would be hard. We just need an arg/config enum saying what test driver to use, and then to thread it through...

> What about, by default, running the baseline only if there is a test that _never passes_ in (any of | the first N) mutants? That way it would get...

Thinking about the likely performance gains: the baseline is one clean build (which will have to be done eventually anyhow, so does not really count), plus one passing test run....