-
Notifications
You must be signed in to change notification settings - Fork 198
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
fix: file-report disables optimization #1009
Comments
Hi @DFelten, any update or an idea/tip how to solve the problem? |
I haven't found a workaround, so the problem still exists. Unfortunately, I have no idea how I can solve the problem myself. |
Hi, I'm experiencing the same issue described in this thread. When I run the command with I would like to know if there is any temporary workaround or if I can help in any way to contribute to the resolution of this issue. Thank you in advance for your |
Hi all, I'll try raising this within the team and see if it can get prioritised. If any of you would like to contribute and have questions we're willing to help out and get your PR landed (let me know and I'll assign you to the issue). In terms of resources, the CONTRIBUTING is a good place to start. Test optimisation relies internally on mason so knowledge with such tool might also help. |
Description
It is now possible to start the tests with an output as mentioned here. But when running a test with very_good and the
file-reporter
parameter, the parameter foroptimization
is no longer working.Steps To Reproduce
Run test via
No test optimization appears in the terminal and the test needs four times as long. The
.test_optimizer.dart
file is not generated while the test is running.Expected Behavior
The test should run with optimization and create a report.
Screenshots
The text was updated successfully, but these errors were encountered: