zrlw commented on PR #15164:
URL: https://github.com/apache/dubbo/pull/15164#issuecomment-2681461083
i tested it on my own Github Repo Actions, and it seemed that only adding
back dubbo-test-check fixed this issue,
but there are new issues which is related with ```
EagerThreadPoolExecutorTest.testEagerThreadPoolFast```
```
Error:
org.apache.dubbo.common.threadpool.support.eager.EagerThreadPoolExecutorTest.testEagerThreadPoolFast
-- Time elapsed: 10.08 s <<< ERROR!
org.awaitility.core.ConditionTimeoutException: Condition with Lambda
expression in
org.apache.dubbo.common.threadpool.support.eager.EagerThreadPoolExecutorTest
was not fulfilled within 10 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at
org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
at
org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
at
org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
at
org.apache.dubbo.common.threadpool.support.eager.EagerThreadPoolExecutorTest.testEagerThreadPoolFast(EagerThreadPoolExecutorTest.java:137)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
```
see details
```https://github.com/zrlw/dubbo/actions/runs/13517737168/job/37770517010```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]