Skip to content

Too many tests generated by Fuzzer #1225

Closed
@tyuldashev

Description

@tyuldashev

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions