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

MySQL: Figure out how to handle tests that modify schema #661

Open
killercup opened this issue Feb 9, 2017 · 0 comments
Open

MySQL: Figure out how to handle tests that modify schema #661

killercup opened this issue Feb 9, 2017 · 0 comments
Labels

Comments

@killercup
Copy link
Member

killercup commented Feb 9, 2017

Our test suite for Postgres and SQLite assumes we can modify the db schema inside a transaction. This does not work on MySQL (it commits the transaction when you try to modify the schema).

We need to figure out a way to have those tests run on MySQL without introducing a bunch of overhead.

(To find affected tests, grep for FIXME: Figure out how to handle tests that modify schema)

@killercup killercup added the mysql label Feb 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant