Posted in

为什么你的Go测试在本地通过、在线编辑器失败?`testing.T.Parallel()`与并发沙箱资源配额的致命冲突(附goroutine limit调试技巧)

第一章:Go测试本地通过而在线编 … 为什么你的Go测试在本地通过、在线编辑器失败?testing.T.Parallel()与并发沙箱资源配额的致命冲突(附goroutine limit调试技巧)Read more

Posted in

Go测试并行度设为100反而更慢?曹大实战营用pprof mutex profile揭示GOMAXPROCS与testing.T.Parallel()隐式冲突

第一章:Go测试并行度设为100 … Go测试并行度设为100反而更慢?曹大实战营用pprof mutex profile揭示GOMAXPROCS与testing.T.Parallel()隐式冲突Read more

Posted in

【Go并发单元测试必修课】:testing.T.Parallel()陷阱、test-only channel mock、race detector精准开启指南

第一章:Go并发编程指南 Go语 … 【Go并发单元测试必修课】:testing.T.Parallel()陷阱、test-only channel mock、race detector精准开启指南Read more