-
Notifications
You must be signed in to change notification settings - Fork 3.9k
netty: netty tests resource leakage issue #11593
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
Merged
ejona86
merged 45 commits into
grpc:master
from
vinodhabib:defect-3353-nettyTestsResourceLeakFix
Dec 2, 2024
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
07c8b0b
Defect-3353 - Added the Suggestions by Eric with recent issues commen…
vinodhabib 58ecc92
Defect-3353 - Added the Suggestions by Eric with recent issues commen…
vinodhabib 74674ea
Defect-3353 - Added the Suggestions by Eric with recent issues commen…
vinodhabib 2f60656
Defect-3353 - Added the Suggestions by Eric with recent issues commen…
vinodhabib 7b4a65a
Defect-3353 - Fixed 3 UTs with Leakage issue.
vinodhabib ec566f7
Defect-3353 - Fixed dataSizeSincePingAccumulates UT case.
vinodhabib 5989fd7
Defect-3353 - Fixed Failing 3 UTs
vinodhabib 148833b
Defect-3353 - Fixed/Modified the maxRstCount related UTs.
vinodhabib 9f9b873
Defect-3353 - Fixed Failing UT in NettyClientHandlerTest
vinodhabib 0018b16
Defect-3353 - Fixed Randomly Failing UTs in Base Test
vinodhabib e4d85c5
Defect-3353 - Updated to framer.close() method will flush, closes the…
vinodhabib 8530a63
Defect-3353 - Fixed UT - inboundDataShouldForwardToStreamListener
vinodhabib 0ec3f2a
Defect-3353 - Fixed UT - inboundDataShouldForwardToStreamListener
vinodhabib 41ec48e
Defect-3353 - Fixed UT - windowUpdateMatchesTarget
vinodhabib fd64d5d
Merge branch 'master' into defect-3353-nettyTestsResourceLeakFix
vinodhabib b5cc9c8
Defect-3353 - Updated rapidReset method
vinodhabib 0ecd460
Defect-3353 - Removed frame.clear() as per suggestions
vinodhabib ff5bd67
Defect-3353 - Fixed the grpcFrame method leakage issue
vinodhabib 01dc433
Defect-3353 - Added changes to use streamTransportState and streamLis…
vinodhabib 8376fad
Merge branch 'master' into defect-3353-nettyTestsResourceLeakFix
vinodhabib 8bfe353
Defect-3353 - Code cleanup
vinodhabib f316d5e
Defect-3353 - Fixed the PR check issue
vinodhabib 1d9b406
Defect-3353 - Fixed the PR check issue
vinodhabib 06f1692
Defect-3353 - Fixed the PR check issue
vinodhabib 44197ee
Defect-3353 - Fixed checkstyle issues
vinodhabib 08590fd
grpc-netty: Removing changes to use streamTransportState and streamLi…
vinodhabib 454ff6a
grpc-netty: Fixed checkstyle issue
vinodhabib abdbb21
Merge branch 'master' into defect-3353-nettyTestsResourceLeakFix
vinodhabib e0ad32b
netty: Fixed recent review points
vinodhabib f0dcb2b
netty: added releaseOutbound() entry in setup() method for NettyClien…
vinodhabib 31602a6
netty: reverted back the change to fix failing test in netty server
vinodhabib 0ae38ee
netty: Fixed leakage issues of bdpPing UTs in Netty Client test
vinodhabib d0e893e
netty: Removed the releaseOutbound entry as its already handled in ra…
vinodhabib bbeb872
netty: Reverted back releaseOutboundMessage entry which is not needed
vinodhabib d0787e2
netty: Reverted back releaseOutboundMessage entry which is not needed…
vinodhabib efbc818
netty: Reverted back releaseOutboundMessage entry which is not needed…
vinodhabib 54cc020
netty: Fixed Review point and leakage issue in dataSizeSincePingAccum…
vinodhabib 6c67cea
netty: Fixed the recent review points
vinodhabib b99debf
netty: Reverted back the code which was part of trial and error to fi…
vinodhabib 65399e8
netty: Fixed review points
vinodhabib 0265c68
netty: Fixed review points
vinodhabib ea11932
netty: Reverting back the UTF_8 import change
vinodhabib 8a61e6f
netty: Reverting back the UTF_8 import change
vinodhabib 5814bb7
netty: Replaced \015 with \r to fix the checkstyle issue
vinodhabib da6595d
netty: Fixed review point by using pre-existing UTF_8 static import
vinodhabib File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.