mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-02-14 10:00:05 +00:00
Revert "skip race detector for impersonator package for now"
This reverts commit e4d2c8ba07.
This commit is contained in:
@@ -14,9 +14,4 @@ export GOCACHE="$PWD/cache/gocache"
|
||||
export GOMODCACHE="$PWD/cache/gomodcache"
|
||||
|
||||
cd pinniped
|
||||
|
||||
# Temporarily avoid using the race detector for the impersonator package due to https://github.com/kubernetes/kubernetes/issues/128548
|
||||
# Note that this will exclude the impersonator package from the code coverage for now as a side effect.
|
||||
# TODO: change this back to using the race detector everywhere
|
||||
go test -short -timeout 15m -race -coverprofile "${COVERAGE_OUTPUT}" -covermode atomic $(go list ./... | grep -v internal/concierge/impersonator)
|
||||
go test -short ./internal/concierge/impersonator
|
||||
go test -short -timeout 15m -race -coverprofile "${COVERAGE_OUTPUT}" -covermode atomic ./...
|
||||
|
||||
Reference in New Issue
Block a user