chengxilo commented on code in PR #2914:
URL: https://github.com/apache/iggy/pull/2914#discussion_r2914719897
##########
scripts/run-bdd-tests.sh:
##########
Review Comment:
```suggestion
run_suite go-bdd "🐹" "Running Go BDD tests" || exit $?
GO_TEST_EXTRA_FLAGS="-race"
run_suite go-bdd "🐹" "Running Go BDD tests
(${GO_TEST_EXTRA_FLAGS})"
```
I think both normal test and race test should be executed. Or probably we
need to support something like `./scripts/run-bdd-tests.go all -race` if other
languages also need to detect data race in bdd test.
--
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]