-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Run ContestEstimator with the following settings
timeLimit = 30
methodFilter = "spoon.reflect.visitor.ModelConsistencyChecker.*"
projectFilter = listOf("spoon-core-7.0.0")
The instrumentation timeout was reported:
ERROR | (x1) executor.execute((id:44)spoon.reflect.visitor.ModelConsistencyChecker#exit(spoon.reflect.declaration.CtElement)) failed
java.lang.ThreadDeath: null
at java.lang.Thread.stop(Thread.java:858)
18:24:31.641 | WARN | Spent 26421 ms on region [executor.execute(spoon.reflect.visitor.ModelConsistencyChecker)] for [(id:44)spoon.reflect.visitor.ModelConsistencyChecker#exit(spoon.reflect.declaration.CtElement)]
18:24:31.648 | ERROR | (x1) analyzeAsync time exceeded hard time out
one more similar problem
ERROR | (x1) executor.execute((id:44)spoon.support.reflect.code.CtStatementListImpl#getStatement(int)) failed
java.lang.ThreadDeath: null
at java.lang.Thread.stop(Thread.java:858)
18:25:53.991 | WARN | Spent 25969 ms on region [executor.execute(spoon.support.reflect.code.CtStatementListImpl)] for [(id:44)spoon.support.reflect.code.CtStatementListImpl#getStatement(int)]
18:25:53.999 | ERROR | (x1) analyzeAsync time exceeded hard time out
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
DaniilStepanov commentedon Nov 27, 2023
can't reproduce
IlyaMuravjov commentedon Nov 27, 2023
@DaniilStepanov
I don't know if it's the same issue, but something similar consistently reproduces for me with these settings:
Note, that there are no
UTestExecutionTimedOutResult
s, so it's resolver/decoder taking a long time, while concrete execution completes in time. Also, note, thatUTest
s in such cases are quite large.