Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

race analysis fails for several tests on Amazon Linux #718

Open
zachmu opened this issue Sep 18, 2024 · 0 comments
Open

race analysis fails for several tests on Amazon Linux #718

zachmu opened this issue Sep 18, 2024 · 0 comments

Comments

@zachmu
Copy link
Member

zachmu commented Sep 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant