From da9788f4806173617e825eeb7dbd370d5bedad3e Mon Sep 17 00:00:00 2001 From: Brenna N Epp Date: Wed, 29 Jan 2025 21:36:46 -0800 Subject: [PATCH] test(storage): add -race to emulator tests (#11532) --- storage/emulator_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/emulator_test.sh b/storage/emulator_test.sh index 258201ec9e6f..cf26432e0ed4 100755 --- a/storage/emulator_test.sh +++ b/storage/emulator_test.sh @@ -89,4 +89,4 @@ then fi # Run tests -go test -v -timeout 15m ./ ./dataflux -run="^Test(RetryConformance|.*Emulated)$" -short 2>&1 | tee -a sponge_log.log +go test -v -timeout 15m ./ ./dataflux -run="^Test(RetryConformance|.*Emulated)$" -short -race 2>&1 | tee -a sponge_log.log