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

[SUGGESTION] number of tests remaining in the logs #393

Open
sbuisson opened this issue Sep 8, 2017 · 3 comments
Open

[SUGGESTION] number of tests remaining in the logs #393

sbuisson opened this issue Sep 8, 2017 · 3 comments

Comments

@sbuisson
Copy link
Contributor

sbuisson commented Sep 8, 2017

I use pitest on a big project. It take a lot of time, so I've this stack :

Info : Created 93 mutation test units

Warning: Minion exited abnormally due to TIMED_OUT

Warning: Minion exited abnormally due to TIMED_OUT

Warning: Minion exited abnormally due to TIMED_OUT

Warning: Minion exited abnormally due to TIMED_OUT

I understand the utility of the Warning, but often someone-else think the build is KO and stop-it.

can I have some log like

33/93 mutations test units remaining

between the warnings? It will be more user-friendly

@louptony
Copy link

The complete message includes the time where it's been executed. You could use this as reference to see if the build is KO. It can't help you that much about what is left to be done.

@maxgabut
Copy link
Collaborator

It's not exactly the same case, but #516 proposes to add some logs regarding the number of mutations remaining to test (it logs every 100 test however, and that might not be often enough if you have a lot of timeouts and... less than 100 tests).

@sarahBuisson
Copy link

I don't think human will be able do understand how many mutation there is in a few test. Also, the number will be very big.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants