You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go test -race ./... run in the repo root fails with races detected - https://gist.github.com/dmitris/d816f41bb12bd99d485e917d8728c320
Do you know any background or history on that? Is it expected? We stumbled on this trying to build the repo in our CI which has the testrace step.
This was discussed in the Prebid Server PMC on 20th November 2024. I've reviewed with my engineering team and can confirm that these issues do not relate to the use of CGO or 51Degrees as they existed before those changes. We will see if we can look into them in the coming months.
go test -race ./...
run in the repo root fails with races detected -https://gist.github.com/dmitris/d816f41bb12bd99d485e917d8728c320
Do you know any background or history on that? Is it expected? We stumbled on this trying to build the repo in our CI which has the
testrace
step.partial excerpt:
The text was updated successfully, but these errors were encountered: