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

Coerce tests that are not testing SQL Server #1124

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

aidanharan
Copy link
Contributor

@aidanharan aidanharan commented Oct 19, 2023

Coerce tests that are not testing SQL Server but using SQLite to test non-specific adapter functionality.

This fixes an issue with SQLite databases from previous tests runs causing tests to fail. Issue seems to have been caused by rails/rails#38620

Previous attempt to remove the SQLite databases before the test suite runs doesn't work as multiple tests use the same databases.

@aidanharan aidanharan marked this pull request as ready for review October 19, 2023 14:44
@aidanharan aidanharan merged commit 58cd068 into main Oct 19, 2023
5 of 8 checks passed
@aidanharan aidanharan deleted the coerce-sqlite-specific-test branch October 19, 2023 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant