-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-contest-estimatorIssue is related to contest estimatorIssue is related to contest estimatorcomp-instrumented-processIssue is related to Instrumented processIssue is related to Instrumented processctg-bugIssue is a bugIssue is a bug
Description
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:
- In
ContestEstimator.kt
set:- set
javaHome
to JDK8 timeLimit=120
projectFilter = listOf("guava-26.0")
- set
utbot-junit-contest/src/main/resources/classes/guava-26.0/list
to
com.google.common.primitives.Booleans com.google.common.primitives.Shorts
- set
- Start
ContestEstimator
- Tests for class
Shorts
once in a 2-3 generations will not be generated at all
Expected behavior
Everything works
Actual behavior
Tests for Short
does not generate, Instrumentation process hangs on some requrest.
Metadata
Metadata
Assignees
Labels
comp-contest-estimatorIssue is related to contest estimatorIssue is related to contest estimatorcomp-instrumented-processIssue is related to Instrumented processIssue is related to Instrumented processctg-bugIssue is a bugIssue is a bug
Type
Projects
Status
Done