Skip to content

[12.x] Resolve issue with Factory make when automatic eager loading #56211

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 3 commits into from
Jul 4, 2025

Conversation

jackbayliss
Copy link
Contributor

@jackbayliss jackbayliss commented Jul 4, 2025

With automatic eager loading enabled, any tests that use make() would begin to fail - if they were linked with events (ie an observer or model booted etc).

I've added a test to prove it works, and it will fail if you revert the make changes.

The logic turns off automatic eager loading, if its enabled and then is turned back on. I've wrapped it in a try and finally to ensure the automatic eager loading will always be restored. This seemed the most logical approach - but open to suggestions.

Copy link

github-actions bot commented Jul 4, 2025

Thanks for submitting a PR!

Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface.

Pull requests that are abandoned in draft may be closed due to inactivity.

@jackbayliss jackbayliss marked this pull request as ready for review July 4, 2025 09:49
@taylorotwell taylorotwell merged commit a5eaf42 into laravel:12.x Jul 4, 2025
60 checks passed
mohammad-fouladgar pushed a commit to mohammad-fouladgar/framework that referenced this pull request Jul 22, 2025
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