leno23 opened a new pull request, #3425: URL: https://github.com/apache/dubbo-go/pull/3425
## What - Add a `test-race-core` Makefile target for shared-state core packages. - Add a dedicated GitHub Actions race-test job. - Make the router-chain race regression test helper protect its cache pointer so the new race gate can pass. ## Why Issue #3248 lists enabling `go test -race` in CI, at least for core packages, as a P0 process improvement. This keeps the gate scoped to packages that guard shared framework state instead of enabling full-repo race detection in one large step. ## Verification - `make test-race-core` - `gofmt -w cluster/router/chain/chain_test.go` - `git diff --check` Refs #3248 -- 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]
