Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Error in instrumented process when Fuzzing a recursive class #2545

Open
Labels
comp-fuzzingIssue is related to the fuzzing comp-instrumented-processIssue is related to Instrumented process ctg-bugIssue is a bug
@alisevych

Description

Description

Error in instrumented process when Fuzzing IR method in Unit tests

To Reproduce

  1. Install UnitTestBot plugin built from main in IntelliJ IDEA
  2. Open UTBotJava project
  3. Set Fuzzing 100% mode //not strictly necessary
  4. Generate tests for Recursion class in utbot-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

comp-fuzzingIssue is related to the fuzzing comp-instrumented-processIssue is related to Instrumented process ctg-bugIssue is a bug

Type

No type

Projects

Status

Todo

Milestone

No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      AltStyle によって変換されたページ (->オリジナル) /