Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress reporter shows more mutants are done then there are available #3461

Closed
danny12321 opened this issue Mar 9, 2022 · 5 comments · Fixed by #3472
Closed

Progress reporter shows more mutants are done then there are available #3461

danny12321 opened this issue Mar 9, 2022 · 5 comments · Fixed by #3472
Labels
🐛 Bug Something isn't working
Milestone

Comments

@danny12321
Copy link
Contributor

Summary
When running Stryker beta 6.0.0 the progress reporter shows that there are more mutants done then there are available (see image below). Sometimes it will still complete the run with no other issues but other times it will get stuck.

image

Stryker environment

+-- @stryker-mutator/[email protected]

Test runner environment

# cd packages/core/ && node bin/stryker.js run -m src/checker/checker-facade.ts

Your Environment

software version(s)
node 16.14.0
npm 8.3.1
Operating System Windows 10

Add stryker.log

stryker.log

@danny12321 danny12321 added the 🐛 Bug Something isn't working label Mar 9, 2022
@nicojs nicojs added this to the 6.0 milestone Mar 9, 2022
@simondel
Copy link
Member

@danny12321 Can you still reproduce this issue?

@ThierryRietveld
Copy link
Contributor

ThierryRietveld commented Mar 28, 2022

The problem still exists. 🤔
image
Tested on a fresh install of the master branch.

@danny12321
Copy link
Contributor Author

Same here. 😕

@nicojs
Copy link
Member

nicojs commented Mar 29, 2022

I was able to reproduce it. Not on the master branch (because the checker-facade doesn't have tests there), but on the fix/test-checker-facade branch. I found the issue and created a PR for it.

@nicojs
Copy link
Member

nicojs commented Mar 29, 2022

Also found #3473 during the fixing of this issue, so 2 bugs for the price of one. 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants