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

[8.x] Allow parallel testing without database creation #38143

Merged
merged 3 commits into from
Jul 27, 2021
Merged

[8.x] Allow parallel testing without database creation #38143

merged 3 commits into from
Jul 27, 2021

Conversation

uintaam
Copy link
Contributor

@uintaam uintaam commented Jul 27, 2021

Adding the ability to bypass database creation in parallel tests completely.

Allows parallel testing to move forward without a custom database setup for each parallel process.

Allows applications to do their own custom database setup without requiring database setup.

  • In our case, we run all migrations as part of our Docker setup.
  • In cases where there is more than one MySQL DB per connection, this can be useful as the current system doesn't support creating multiple databases on the default connection.

@uintaam uintaam changed the title Allow parallel testing without database copying/creation [8.x] Allow parallel testing without database copying/creation Jul 27, 2021
@uintaam uintaam changed the title [8.x] Allow parallel testing without database copying/creation [8.x] Allow parallel testing without database creation Jul 27, 2021
@taylorotwell taylorotwell merged commit 9d8bf0a into laravel:8.x Jul 27, 2021
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.

None yet

3 participants