2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java26,453 forks (26,453 forks)batch import
help wantedtype/discussion
Repository metrics
- Stars
- 41,524 stars (41,524 stars)
- PR merge metrics
- Avg merge 7d 14h (Avg merge 7d 14h)20 merged PRs in 30d (20 merged PRs in 30d)
Description
在启动dubbo服务中的单元测试用例时,由于服务依赖过多,导致会花费大量时间加载dubbo的服务,请问有什么好的解决方案吗?
Contributor guide
- Research direction
- Investigate ways to reduce Dubbo service loading time in unit tests, such as using mocking frameworks (e.g., Mockito), Dubbo's embedded mode, or lightweight test containers.
- Tech stack
- java
- Domain
- backend
- Issue type
- Performance
- Prerequisites
- Java