Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[BrowserKit][Bridge\PhpUnit] Handle deprecations triggered in separate processes#24548
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
xabbuh commentedOct 13, 2017
Can we fix the location that is reported (it's always |
nicolas-grekas commentedOct 13, 2017
@xabbuh cross-process stack trace communication, not trivial to implement. |
a0d4009 toca0feddComparefabpot commentedOct 13, 2017
Thank you@nicolas-grekas. |
… processes (paul-m)This PR was merged into the 3.3 branch.Discussion----------[Bridge\PhpUnit] Handle deprecations triggered in separate processes| Q | A| ------------- | ---| Branch? | 3.3| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#23003,#16726| License | MIT| Doc PR | -As reported in#23003, deprecations triggered in process-isolated test cases are not gathered.This caught us already: HttpFoundation is still using deprecated code paths, but we missed them because of that issue with the bridge.Here is the fixed output:Credits to@paul-m for working on the issue first.Commits-------ca0fedd [BrowserKit] Handle deprecations triggered in insulated requestsff379ef [Bridge\PhpUnit] Handle deprecations triggered in separate processes
nicolas-grekas commentedOct 13, 2017
paul-m commentedOct 14, 2017
Thank you@fabpot and@nicolas-grekas! |
…(xabbuh)This PR was merged into the 3.3 branch.Discussion----------[PhpUnitBridge] fix deprecation triggering test detection| Q | A| ------------- | ---| Branch? | 3.3| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#24548 (comment),#24568| License | MIT| Doc PR |Commits-------da617e8 fix deprecation triggering test detection
…(xabbuh)This PR was merged into the 3.3 branch.Discussion----------[PhpUnitBridge] fix deprecation triggering test detection| Q | A| ------------- | ---| Branch? | 3.3| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |symfony/symfony#24548 (comment), #24568| License | MIT| Doc PR |Commits-------da617e8 fix deprecation triggering test detection

Uh oh!
There was an error while loading.Please reload this page.
As reported in#23003, deprecations triggered in process-isolated test cases are not gathered.
This caught us already: HttpFoundation is still using deprecated code paths, but we missed them because of that issue with the bridge.
Here is the fixed output:

Credits to@paul-m for working on the issue first.