-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Cache] fix cache data collector on late collect #59841
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
Conversation
dcmbrs
commented
Feb 23, 2025
•
edited by nicolas-grekas
Loading
edited by nicolas-grekas
Q | A |
---|---|
Branch? | 6.4 |
Bug fix? | yes |
New feature? | no |
Deprecations? | no |
Issues | Fix #59838 |
License | MIT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a test case that is showing the issue the change in code is fixing?
@keradus I added a test |
@dcmbrs Can you rebase tour PR to get rid of the merge commit? Thank you? |
src/Symfony/Component/Cache/Tests/DataCollector/CacheDataCollectorTest.php
Outdated
Show resolved
Hide resolved
I'm sorry I couldn't clean up the merge request commit and I don't know what's going on. I see many commits and changes, I have the impression that 7.3 has been merged onto this branch but yet I haven't pushed anything on my side. Could I get some help? I'm not used to working with forks and rebase Or I do antoher PR et close this ? |
7647b09
to
4b8bb5c
Compare
(I fixed the rebase) |
Thank you @dcmbrs. |
This PR was merged into the 6.4 branch. Discussion ---------- [Cache] Fix missing cache data in profiler | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #59838 | License | MIT There was a problem with the rebase on PR #59841 I added the fix and a test to check it Commits ------- cc505f9 [Cache] fix data collector