Skip to content
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

Closed
tyuldashev opened this issue Oct 24, 2022 · 2 comments · Fixed by #1239
Closed

Too many tests generated by Fuzzer #1225

tyuldashev opened this issue Oct 24, 2022 · 2 comments · Fixed by #1239
Assignees
Labels
ctg-bug Issue is a bug status-verified Bug fix is verified

Comments

@tyuldashev
Copy link
Collaborator

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:

  1. Open Java UTBot project
  2. Set Test generation method to 100% Fuzzing
  3. Generate tests for 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

@Markoutte
Copy link
Collaborator

Reproducible if project has a space character in the full path.

@tyuldashev
Copy link
Collaborator Author

Tested with build from main branch #483
IDEA 2022.1.4 & 2022.2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ctg-bug Issue is a bug status-verified Bug fix is verified
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants