Fuzzing is not stopped on timeout when symbolic execution is excluded #570
Labels
comp-fuzzing
Issue is related to the fuzzing
ctg-bug
Issue is a bug
status-verified
Bug fix is verified
Description
Need to stop test generation on timeout when only fuzzing test generation is turned on.
Fuzzing is turned on and the Simplest mode of Code analysis is used in Settings.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tests are supposed to be generated after 60 sec maximum.
Actual behavior
Currently the test generation can last for 10 minutes approx.
Visual proofs (screenshots, logs, images)
Environment
IntelliJ IDEA 2022.1.3
Additional context
When Code analysis slider is moved just 1 notch to the right - timeout doesn't exceed. If it is set to 10 sec - the generation ends in 10 sec approx. Only tests generated by Fuzzer are present in the Test class.
The text was updated successfully, but these errors were encountered: