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
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)
The text was updated successfully, but these errors were encountered:
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
)The text was updated successfully, but these errors were encountered: