-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[release-19.0]: VTOrc optimize TMC usage (#15356) #15759
[release-19.0]: VTOrc optimize TMC usage (#15356) #15759
Conversation
Signed-off-by: Manan Gupta <manan@planetscale.com>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
I have verified manually, this change is fixing the memory leak in #15726 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-19.0 #15759 +/- ##
=============================================
Coverage 67.43% 67.43%
=============================================
Files 1560 1560
Lines 192765 192760 -5
=============================================
+ Hits 129991 129997 +6
+ Misses 62774 62763 -11 ☔ View full report in Codecov by Sentry. |
I'm curious about the codecov report. Looks like all this code is actually covered by e2e tests, but not unit tests? |
Yes exactly! |
Description
This is a backport of #15356
Related Issues
As described in #15726 (comment), this backport is required to fix the bug #15726.