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
This test deadlocks under race detection, but only on Linux:
go test -race -test.run="TestPgIndex" -timeout=1m ./...
The enginetests fail race analysis, but only on Linux (not Mac or Windows):
go test -race $(go list ./testing/go/enginetest)
This surely has something to do with running multiple Dolt servers in the same process, which they were never designed to do, but it's not clear why this is a Linux-only problem (maybe an Amazon-Linux-only problem) or why essentially the same approach fails in the enginetest package but not in the other tests, which also start servers.
The text was updated successfully, but these errors were encountered:
This test deadlocks under race detection, but only on Linux:
The enginetests fail race analysis, but only on Linux (not Mac or Windows):
This surely has something to do with running multiple Dolt servers in the same process, which they were never designed to do, but it's not clear why this is a Linux-only problem (maybe an Amazon-Linux-only problem) or why essentially the same approach fails in the enginetest package but not in the other tests, which also start servers.
The text was updated successfully, but these errors were encountered: