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

Add failing test for UrlGenerator warming up issue #869

Closed
wants to merge 4 commits into from

Conversation

gazzoy
Copy link
Contributor

@gazzoy gazzoy commented Apr 18, 2024

This aims to add failing test for #809. To recap, the issue is when using Route::bind() and URL::defaults() with Octane, it seems that UrlGenerator keeps the same instance of RouteUrlGenerator, and so the defaults are cached between requests.

There is another problem in this test which I got Route [login] not defined. It doesn't really make sense to me since I put ->name('login') in route definition, but I might be wrong.

Please let me know if you have any questions.

@taylorotwell
Copy link
Member

We don't merge failing tests. There is no action to take here. We accept fixes via PRs.

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