Skip to content

Switch tests to SQLite to remove the need for MySQL server #2616

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

Merged
merged 2 commits into from
Sep 13, 2023

Conversation

GromNaN
Copy link
Member

@GromNaN GromNaN commented Sep 12, 2023

All SQL databases are the same, right?

@GromNaN GromNaN requested a review from alcaeus September 12, 2023 22:01
}

Schema::connection('mysql')->create('users', function (Blueprint $table) {
$schema->dropIfExists('users');
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recreate the tables, in case we changed the schema between test runs.

@GromNaN GromNaN merged commit c112ef7 into mongodb:master Sep 13, 2023
@GromNaN GromNaN deleted the sqlite branch September 13, 2023 08:43
@GromNaN GromNaN added this to the 4.0 milestone Nov 2, 2023
@GromNaN GromNaN mentioned this pull request Nov 23, 2023
3 tasks
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

Successfully merging this pull request may close these issues.

2 participants