chengxilo opened a new issue, #2863:
URL: https://github.com/apache/iggy/issues/2863

   ### Description
   
   Currently, `./scripts/run-bdd-tests.sh go` only runs standard tests. I 
propose adding support for the `-race` flag to detect data race in the Go SDK.
   
   ### Propose regarding the bdd test script
   Update `run-bdd-tests.sh` so it can handle a `-race` argument:
   * **Target Command:** `./scripts/run-bdd-tests.sh go -race`
   * **Internal Execution:** Should run `go test -v -race -cpu 1,4 ./...` in 
`bdd/go/Dockerfile`
   
   ### CI Workflow Updates
   
   We should update the matrix to run both versions in parallel for Go BDD test:
   * **Job 1:** `go`
   * **Job 2:** `go -race`
   
   ### Component
   
   None
   
   ### Proposed solution
   
   _No response_
   
   ### Alternatives considered
   
   _No response_


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