davidburstrom

Results 34 comments of davidburstrom
trafficstars

You know best :) Out of curiosity, why does the plugin bundle classes from JUnit? Shouldn't they be provided on the test runtime classpath anyway?

I've given the problem some thought over the weekend: Maybe there is a good reason the JUnit classes are bundled, but _if_ there isn't, this is a suggestion to increase...

Thank you for the new release! I'm interested in making some improvements in pitest-junit5-plugin, but as I mentioned, since I'm fairly certain Maven doesn't support the test scenarios I'm thinking...

There are no minions left alive when this occurs. I don't see any particular error message either. Is there any built-in mechanism available to provide better minion logging, so it's...

I can try that out! Will that require `verbose=true` to be detected, or will it be obvious from the context?

I seem to have found my root cause of the issue: the minion process wasn't able to allocate required memory, so it died before connecting to the socket. This is...

If you ask me, I'd say failing fast is the better option, instead of assuming responsibility to stabilize wrt the environment.

I can confirm that I came across the fail-fast, as in `Exception in thread "main" org.pitest.util.PitError: Coverage generation minion exited abnormally! (MINION_DIED)`.

Regarding the overarching stability question, I notice that the various spawned Pitest processes (MutationCoverageReport, CoverageMinion, MutationTestMinion) are started with default memory allowances, which on my machine means allocating 1GB up...