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

[9.x] Allow cleanup of databases when using parallel tests #41806

Merged
merged 2 commits into from
Apr 4, 2022
Merged

[9.x] Allow cleanup of databases when using parallel tests #41806

merged 2 commits into from
Apr 4, 2022

Conversation

abenerd
Copy link
Contributor

@abenerd abenerd commented Apr 3, 2022

The number of created database can get very high when having several laravel projects that use parallel testing. This option allows laravel to clean up after itself when the process is finished dropping all created databases used for the tests.

@taylorotwell taylorotwell merged commit 2f44032 into laravel:9.x Apr 4, 2022
@nunomaduro
Copy link
Member

@abenerd Do you mind of now do the necessary changes to the Collision package?

https://github.com/nunomaduro/collision/blob/stable/src/Adapters/Laravel/Commands/TestCommand.php

@abenerd
Copy link
Contributor Author

abenerd commented Apr 4, 2022

Yeah, just created the PR @nunomaduro.

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.

3 participants