-
Notifications
You must be signed in to change notification settings - Fork 46
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
Too many tests generated by Fuzzer #1225
Labels
Comments
Markoutte
added a commit
that referenced
this issue
Oct 26, 2022
7 tasks
Markoutte
added a commit
that referenced
this issue
Oct 27, 2022
Repository owner
moved this from Todo
to Done
in UTBot Java
Oct 27, 2022
Reproducible if project has a space character in the full path. |
Tested with build from main branch #483 |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: