-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Assignees
@alisevych
Description
Description
Error in instrumented process when Fuzzing IR
method in Unit tests
To Reproduce
- Install UnitTestBot plugin built from main in IntelliJ IDEA
- Open
UTBotJava
project - Set Fuzzing 100% mode //not strictly necessary
- Generate tests for
Recursion
class inutbot-sample
Expected behavior
No errors in instrumented process are expected.
Class is expected to be correctly instantiated and methods executed.
Actual behavior
There is error report with 11K-20K occurrences of Default concrete execution failed
for every method under test
Screenshots, logs
public final class RecursionTest { ///region Test suites for executable org.utbot.examples.recursion.Recursion.fib ///region Errors report for fib public void testFib_errors() { // Couldn't generate some tests. List of errors: // // 11099 occurrences of: // Default concrete execution failed } ///endregion ///endregion
Environment
IntelliJ IDEA version - 2023.2 Ultimate
Project - Maven/Gradle
JDK - 1.8/17
Metadata
Metadata
Labels
Type
Projects
Status
Todo