Skip to content

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

Merged
taylorotwell merged 3 commits into
laravel:12.xfrom
jackbayliss:factory-make-issue
Jul 4, 2025
Merged

[12.x] Resolve issue with Factory make when automatic eager loading#56211
taylorotwell merged 3 commits into
laravel:12.xfrom
jackbayliss:factory-make-issue

Conversation

@jackbayliss

@jackbayliss jackbayliss commented Jul 4, 2025

Copy link
Copy Markdown
Contributor

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.

@github-actions

github-actions Bot commented Jul 4, 2025

Copy link
Copy Markdown

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