We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Description
Sometimes fuzzer generates a lot of tests, which are not reduced for some reason by minimizer which result in inresponsible IDE.
To Reproduce
Steps to reproduce the behavior:
Test generation method
Fuzzing
org.utbot.examples.algorithms.Sort
Expected behavior
Reasonable amount of files generated.
Actual behavior
Result test file is about 17Mb and seems contains thousands of tests. This cause problem for formatting and analysis this file in IDEA (see #1207)
Visual proofs (screenshots, logs, images)
Attaching generated file - SortTest.zip
The text was updated successfully, but these errors were encountered:
Too many tests generated by Fuzzer #1225
7287e18
Too many tests generated by Fuzzer #1225 (#1239)
ea14197
Reproducible if project has a space character in the full path.
Sorry, something went wrong.
Tested with build from main branch #483 IDEA 2022.1.4 & 2022.2.3
Markoutte
Successfully merging a pull request may close this issue.
Description
Sometimes fuzzer generates a lot of tests, which are not reduced for some reason by minimizer which result in inresponsible IDE.
To Reproduce
Steps to reproduce the behavior:
Test generation method
to 100%Fuzzing
org.utbot.examples.algorithms.Sort
Expected behavior
Reasonable amount of files generated.
Actual behavior
Result test file is about 17Mb and seems contains thousands of tests. This cause problem for formatting and analysis this file in IDEA (see #1207)
Visual proofs (screenshots, logs, images)
Attaching generated file - SortTest.zip
The text was updated successfully, but these errors were encountered: