Posted in

Go语言事务提交必须加defer tx.Rollback()?不,你真正需要的是context-aware cleanup协议(RFC草案级实践)

第一章:Go语言事务提交的常见误 … Go语言事务提交必须加defer tx.Rollback()?不,你真正需要的是context-aware cleanup协议(RFC草案级实践)Read more

Posted in

Go过滤器生命周期全图谱:Init→Wrap→Serve→Recover→Cleanup(附pprof火焰图验证)

第一章:Go过滤器生命周期全图谱 … Go过滤器生命周期全图谱:Init→Wrap→Serve→Recover→Cleanup(附pprof火焰图验证)Read more

Posted in

Go测试环境数据污染?揭秘testify/suite与sqlmock在并行测试中的goroutine竞态,附Go 1.22 test cleanup钩子最佳实践

第一章:Go测试环境数据污染的根 … Go测试环境数据污染?揭秘testify/suite与sqlmock在并行测试中的goroutine竞态,附Go 1.22 test cleanup钩子最佳实践Read more