gopkg
gopkg copied to clipboard
Unit tests randomly fail
https://github.com/bytedance/gopkg/runs/2526939630
CC @PureWhiteWu
我之前和 github support 联系过了,目前没有办法提升 runner 配置。 目前有两个思路解决这个问题:
- 采用 self-hosted runner;
- 删除这些会随机失败的 ut。
Maybe makes the unit tests suitable for different machines is a better idea.
Can we please be more specific?
like listing all the unstable testcases, steps to reproduce, reasons for failure, etc.
If not all of them failed for the same reason, guess we may have to create different issues for different cases.
Can we please be more specific? like listing all the unstable testcases, steps to reproduce, reasons for failure, etc.
If not all of them failed for the same reason, guess we may have to create different issues for different cases.
主要还是因为有一些 test 依赖时间进行测试,而在 github actions 上性能比较差,所以一旦有抖动就挂了……
Can we please set up some “ self-hosted runners"? it sounds more straightforward
FYI: @PureWhiteWu 申请了公司的 github runner,不久后应该就能解决这个问题。