Use synctest to improve our test cases
Open
type/enhancement
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 783
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 36
Description
## Enhancement Task
In Go 1.24, a new, experimental [testing/synctest](https://go.dev/pkg/testing/synctest) package is introduced to support testing concurrent code. We can utilize it to reduce the test time, and make some tests strongly associated with time more stable.
Contributor guide
Assessment
This issue has not been assessed yet.