You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BaseStreamExample test generation produces many failures in Concrete Execution.
Test generation timeout was set to 20 sec.
Test generation continued for 2 minutes 5 sec.
To Reproduce
Run the 'UTBotJava' project in IntelliJ Idea 2022.1.4
Install one of the latest from main branch
Open test generation dialog for utbot-sample/src/main/java/org/utbot/examples/stream/BaseStreamExample.java
Test generation timeout was set to 20 sec.
Check when test generation finishes.
Check generated test class.
Expected behavior
Tests are supposed to be generated during the defined timeout of 20 sec.
Actual behavior
Tests are generation for 2+ minutes
An error test is generated with information about errors in the concrete executor.
There are many java.lang.IllegalStateException: Can't find method <init>()V in org.utbot.examples.stream.BaseStreamExample$CustomCollection in concrete execution logs
Visual proofs (screenshots, logs, images)
///region Errors report for customCollectionStreamExamplepublicvoidtestCustomCollectionStreamExample_errors() {
// Couldn't generate some tests. List of errors:// // 333 occurrences of:// Default concrete execution failed
}
///endregion
alisevych
changed the title
Test generation for BaseStreamExample exceeds timeout in several times
Test generation timeout is exceeded several times for BaseStreamExample
Sep 28, 2022
Description
BaseStreamExample test generation produces many failures in Concrete Execution.
Test generation timeout was set to 20 sec.
Test generation continued for 2 minutes 5 sec.
To Reproduce
Expected behavior
Tests are supposed to be generated during the defined timeout of 20 sec.
Actual behavior
Tests are generation for 2+ minutes
An error test is generated with information about errors in the concrete executor.
There are many
java.lang.IllegalStateException: Can't find method <init>()V in org.utbot.examples.stream.BaseStreamExample$CustomCollection
in concrete execution logsVisual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
IntelliJ IDEA 2022.1.4
Gradle
JDK 11
Additional context
Fuzzing - Symbolic is set to default 5% - 95%
The text was updated successfully, but these errors were encountered: