-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
--verbose=<int>
options fails with fatal error
#633
Comments
Take a look at: |
@Slamdunk any recommendations on how to debug the issues with "random" coverage on each run for the same commit? btw, I've checked #400 - it works correctly, so the issue reported there is not reproduced anymore. But on my project - we have different jumps related to code coverage when |
I have this issue from the beginning of my usage of ParaTest, and never been able to properly debug it ever since, any help is welcome |
But from paratest point of view, is there any commands/options useful for debugging? I hoped it would be The only one way I see is by using debugger |
I have to say I'm a bit ashamed, I've never put much effort in providing better debugging tools for inspecting ParaTest issues.
So, in order to fix this I'd say we'd first need a deterministic |
This issue has gone two months without activity. In another two weeks, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it |
Hi, #679 aligned |
Summary
option does not work, while it mentioned on README https://github.com/paratestphp/paratest#troubleshooting
Current behavior
--verbose=1
fails with the following exception:Passing
--verbose
works, but does not do anything.What I would like to do is to understand how coverage are combined and merged, because
paratest
definitely breaks coverage (will report under separate issue).The text was updated successfully, but these errors were encountered: