stryker-net
stryker-net copied to clipboard
Solution runs are inconsistant
Describe the bug I have seen a project getting different stryker results every time I ran it. It happens when running the full solution.
Buildalyzer seemed to find less test projects than expected on some runs.
Expected behavior I expect a consistant result every run.
Desktop (please complete the following information):
- OS: Windows
- Type of project core 3.1
- Framework Version NET 5.0
- Stryker Version 0.21.0
Additional context The solution run feature is still experimental.
I have similar results of different scores when running full solution with multiple test projects. I have attached the logs. log-score-29.51.txt log-score-42.08.txt
I quite consistently observed 4 different results when using solution runs on 0.21.1 Of course this may apply only for my particular solution (4 projects, 3 test projects), but what it usually happens is either:
- No mutatations produced at all (and no report generated)
- Just 0 mutants killed
- Result that is roughly at 50% of expected mutations score
- Result that is kinda close to running all projects separately. I didn't compare it very thoroughly though.