-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in instrumented process when Fuzzing a recursive class #2545
Comments
IR
method in Unit tests
After setting Here are the logs: utbot-engine-current.log. It seems that concrete failures were caused by timeout happening during evaluation of static initialization block in That raises the question about of safe termination of hanging threads. I propose to do class loading, executing |
@tyuldashev |
Yep, not reproducible at the moment. Though if probable cause is identified then we maybe should not close case without further discussion. |
Description
Error in instrumented process when Fuzzing
IR
method in Unit testsTo Reproduce
UTBotJava
projectRecursion
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
Environment
IntelliJ IDEA version - 2023.2 Ultimate
Project - Maven/Gradle
JDK - 1.8/17
The text was updated successfully, but these errors were encountered: