-
Notifications
You must be signed in to change notification settings - Fork 47
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
UtExecutionInstrumentation
does not respect timeout in concrete execution
#1726
Labels
comp-contest-estimator
Issue is related to contest estimator
comp-instrumented-process
Issue is related to Instrumented process
ctg-bug
Issue is a bug
Comments
possible.patch.txt |
Domonion
added a commit
that referenced
this issue
Jan 20, 2023
Markoutte
pushed a commit
that referenced
this issue
Jan 20, 2023
Domonion
added a commit
that referenced
this issue
Jan 27, 2023
* Create ResultAndErrorHandlingApiOfTheInstrumentedProcess.md * [utbot-java] 1. New timeouts system for contest estimator. 2. Concrete execution phases redesign Fix #1726 Possible fix #1718 * [utbot-java] If docker image for monitoring is not available - CI should continue even without monitoring * [utbot-java] Mockito warmup as it takes too much time in tests to initialize it * [utbot-java] Providing additional auxiliary log information when running in docker * Fix: document * [utbot-java] Review fix Co-authored-by: Sergey Pospelov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
comp-contest-estimator
Issue is related to contest estimator
comp-instrumented-process
Issue is related to Instrumented process
ctg-bug
Issue is a bug
Description
Currently
UtExecutionInstrumentation
measures only concrete execution, but not model construction for parameters and execution result.Sometimes model construction might take too much time and will hang Instrumentation process indefenitely. This occurs too often in Contest Estimator, but problem relates to plugin too.
To Reproduce
Steps to reproduce the behavior:
ContestEstimator.kt
set:javaHome
to JDK8timeLimit=120
projectFilter = listOf("guava-26.0")
utbot-junit-contest/src/main/resources/classes/guava-26.0/list
toContestEstimator
Shorts
once in a 2-3 generations will not be generated at allExpected behavior
Everything works
Actual behavior
Tests for
Short
does not generate, Instrumentation process hangs on some requrest.The text was updated successfully, but these errors were encountered: