-
Notifications
You must be signed in to change notification settings - Fork 15
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
Reduce size of test-runner args #57
Comments
This has been achieved, for now, by passing only the test class names. |
It makes sense to pass the class name. I would not think that this would impact on the output. Another option is to change the |
Yes, and theoretically it should work as our detection mechanism is based on the one from test-runner. It is still useful for us so that we can identify which strategies to run which classes.
That could be a solution yes. Opened STAMP-project/test-runner#107 |
Exact!
Perfect. Thanks! |
Another problem related to this issue. In the #86 CI, Windows builds that run https://github.com/SpoonLabs/flacoco/runs/3408893104?check_suite_focus=true |
If we specify all test methods that are to be ran in a big enough project, we will easily reach the space available for command arguments set by Linux.
This limit can be adjusted, but even with 65MB available there is still an issue for thousands of methods.
Trace:
The text was updated successfully, but these errors were encountered: