kubernetes/kubernetes
Remove usage of assertion libraries in pkg/scheduler tests
开放
#130,407 创建于 2025年2月25日
help wantedkind/cleanupneeds-triagesig/scheduling
仓库指标
- 星标
- (122,268 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
According to SIG Scheduling guidelines, using assertion libraries should be avoided. There are a few occurrences of those in pkg/scheduler tests that should be changed to cmp.Equal and cmp.Diff calls with t.Error or t.Fatal.
/sig scheduling /kind cleanup