Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[Form] Fix FormDataCollector#20762
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Can you add test covering the bug to prevent regressions ? |
No, I can't... This code is a maze... |
stof commentedDec 5, 2016 • edited by nicolas-grekas
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by nicolas-grekas
Uh oh!
There was an error while loading.Please reload this page.
Well, you said you had a reproducer. Couldn't it be used as a test ? |
nicolas-grekas commentedDec 5, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
It's a functional test with master + sub requests + profiler enabled. ie. a heavy stack... |
I can confirm that the patch works. |
I've added a failing test, which is fixed by this patch |
👍 |
Thank you@nicolas-grekas. |
This PR was merged into the 3.2 branch.Discussion----------[Form] Fix FormDataCollector| Q | A| ------------- | ---| Branch? | 3.2| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#20698| License | MIT| Doc PR | -Alternative to#20707Commits-------50400c4 [Form] Add failing test for data collector bug164a20c [Form] Fix FormDataCollector
Alternative to#20707