Posted in

Go并发测试怎么写才可靠?——覆盖data race、goroutine leak、context deadline的5类集成测试模板(含testify+ginkgo实战)

第一章:Go并发测试的核心挑战与 … Go并发测试怎么写才可靠?——覆盖data race、goroutine leak、context deadline的5类集成测试模板(含testify+ginkgo实战)Read more

Posted in

为什么Go test -race总报false positive?——包变量测试隔离失效的3大根源及go:build // +build ignore实践模板

第一章:Go语言包变量的本质与测 … 为什么Go test -race总报false positive?——包变量测试隔离失效的3大根源及go:build // +build ignore实践模板Read more