lizining1231 commented on PR #3639: URL: https://github.com/apache/dubbo-go/pull/3639#issuecomment-5252880893
> 把 race 测试的 skip 关于这几个文件的删掉 看一下 race 结果 好的!由于 ”添加全局race并skip部分包测试“ 的PR #3590 未合并,所以我这里直接运行此PR相关文件的race测试 server.go、server_lifecycle_test.go、server_test.go均属于`./protocol/triple/triple_protocol/` ```bash lizining@Y:~/projects/dubbo-go$ GOTOOLCHAIN=go1.25.0 go test -race -count=1 -timeout=15m ./protocol/triple/triple_protocol/ 2>&1 | tail -5 ok dubbo.apache.org/dubbo-go/v3/protocol/triple/triple_protocol 24.281s ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
