Timeout tests are sometimes generated by Fuzzing for simple functions #2262
Labels
comp-fuzzing
Issue is related to the fuzzing
comp-instrumented-process
Issue is related to Instrumented process
ctg-bug
Issue is a bug
lang-java
Issue is related to Java support
spec-false-positive
False-positive error test is generated
Uh oh!
There was an error while loading. Please reload this page.
Description
Timeout tests are sometimes generated by Fuzzing for simplest functions.
For example for
a+b
To Reproduce
Expected behavior
One test is expected to be generated.
Actual behavior
Once there was also a timeout test generated by Fuzzing.
Screenshots, logs
There seems to be nothing special in logs with this exact Fuzzing test generation:
utbot-engine-current_part.log
idea_part.log
Environment
IntelliJ IDEA 2023.1 (Community Edition)
Project - Maven
JDK - corretto-17
Additional context
Sometimes reproducing for simple functions of different times.
But has not reproduced on same function in a row.
Probably there is some performance issue with concrete execution.
The text was updated successfully, but these errors were encountered: