atharvalade opened a new pull request, #2914:
URL: https://github.com/apache/iggy/pull/2914

   ## Which issue does this PR close?
   
   Closes #2863
   
   ## Rationale
   
   Enable data race detection for the Go SDK in BDD tests via `-race` flag.
   
   ## What changed?
   
   Go BDD tests only ran in standard mode with no race detection. The script, 
Docker Compose service, and Dockerfile now propagate a `GO_TEST_EXTRA_FLAGS` 
env var so `./scripts/run-bdd-tests.sh go -race` runs `go test -v -race -cpu 
1,4 ./...` inside the container. The CI matrix adds a parallel `bdd-go-race` 
job alongside the existing `bdd-go`.
   
   ## Local Execution
   
   - Passed
   - Pre-commit hooks ran


-- 
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]

Reply via email to