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
The test suite for the new SQLite driver originates from the old driver tests being duplicated. As the test suite was growing over time, it would make sense to better categorize the tests, and check them against a real MySQL instance to make sure our assertions are correct. In doing so, we may consider always running them against both the SQLite driver and a MySQL container, and removing the hardcoded assertions.
The text was updated successfully, but these errors were encountered:
The test suite for the new SQLite driver originates from the old driver tests being duplicated. As the test suite was growing over time, it would make sense to better categorize the tests, and check them against a real MySQL instance to make sure our assertions are correct. In doing so, we may consider always running them against both the SQLite driver and a MySQL container, and removing the hardcoded assertions.
The text was updated successfully, but these errors were encountered: