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
Unless I'm mistaken go's race detector is globally run, if one wants to run their tests involving prisma with -race, prisma must be race free. The DoD for this ticket is to ensure all tests in the core repo pass with -race. Currently running go test ./... -race -v has failures.
The text was updated successfully, but these errors were encountered:
Unless I'm mistaken go's race detector is globally run, if one wants to run their tests involving prisma with
-race
, prisma must be race free. The DoD for this ticket is to ensure all tests in the core repo pass with-race
. Currently runninggo test ./... -race -v
has failures.The text was updated successfully, but these errors were encountered: