Merged
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4243 +/- ##
==========================================
+ Coverage 83.64% 83.66% +0.01%
==========================================
Files 191 191
Lines 33526 33510 -16
==========================================
- Hits 28043 28035 -8
+ Misses 5483 5475 -8 ☔ View full report in Codecov by Sentry. |
09f677a to
efd29c8
Compare
meiravgri
approved these changes
Dec 20, 2023
raz-mon
pushed a commit
that referenced
this pull request
Mar 6, 2024
* some dead code cleanup * added fork API to the mock
Collaborator
|
/backport |
Contributor
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.8
git worktree add -d .worktree/backport-4243-to-2.8 origin/2.8
cd .worktree/backport-4243-to-2.8
git switch --create backport-4243-to-2.8
git cherry-pick -x c98fefa52ecafeb58517d42627fd7d629613b2c6 |
Contributor
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.6
git worktree add -d .worktree/backport-4243-to-2.6 origin/2.6
cd .worktree/backport-4243-to-2.6
git switch --create backport-4243-to-2.6
git cherry-pick -x c98fefa52ecafeb58517d42627fd7d629613b2c6 |
kei-nan
pushed a commit
that referenced
this pull request
Jan 14, 2025
* some dead code cleanup * added fork API to the mock (cherry picked from commit c98fefa)
kei-nan
pushed a commit
that referenced
this pull request
Jan 14, 2025
* some dead code cleanup * added fork API to the mock (cherry picked from commit c98fefa)
This was referenced Jan 14, 2025
Merged
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 15, 2025
Fork GC cleanup (#4243) * some dead code cleanup * added fork API to the mock (cherry picked from commit c98fefa) Co-authored-by: GuyAv46 <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jan 20, 2025
* Fork GC cleanup (#4243) * some dead code cleanup * added fork API to the mock (cherry picked from commit c98fefa) * * fix compilation * * Code Review Comments --------- Co-authored-by: GuyAv46 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the changes in the pull request
some dead code cleanup
Mark if applicable