Skip to content
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

netty: netty tests resource leakage issue #11593

Open
wants to merge 37 commits into
base: master
Choose a base branch
from

Commits on Aug 5, 2024

  1. Defect-3353 - Added the Suggestions by Eric with recent issues commen…

    …ts and commented 3 Failing UTs.
    vinodhabib committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    07c8b0b View commit details
    Browse the repository at this point in the history
  2. Defect-3353 - Added the Suggestions by Eric with recent issues commen…

    …ts and commented 3 Failing UTs.
    vinodhabib committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    58ecc92 View commit details
    Browse the repository at this point in the history
  3. Defect-3353 - Added the Suggestions by Eric with recent issues commen…

    …ts and commented 3 Failing UTs.
    vinodhabib committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    74674ea View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Defect-3353 - Added the Suggestions by Eric with recent issues commen…

    …ts and commented 3 Failing UTs.
    vinodhabib committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2f60656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b4a65a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    ec566f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5989fd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    148833b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f9b873 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    0018b16 View commit details
    Browse the repository at this point in the history
  2. Defect-3353 - Updated to framer.close() method will flush, closes the…

    … framer and release buffers
    vinodhabib committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e4d85c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    8530a63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ec3f2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41ec48e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd64d5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5cc9c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    0ecd460 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    ff5bd67 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Defect-3353 - Added changes to use streamTransportState and streamLis…

    …tenerMessageQueue in NettyServerHandlerTest
    vinodhabib committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    01dc433 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Merge branch 'master' into defect-3353-nettyTestsResourceLeakFix

    # Conflicts:
    #	netty/src/test/java/io/grpc/netty/NettyHandlerTestBase.java
    vinodhabib committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8376fad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bfe353 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f316d5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d9b406 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06f1692 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44197ee View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. grpc-netty: Removing changes to use streamTransportState and streamLi…

    …stenerMessageQueue in NettyServerTests as it's not working as expected
    vinodhabib committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    08590fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    454ff6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abdbb21 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    e0ad32b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0dcb2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31602a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    0ae38ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0e893e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbeb872 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0787e2 View commit details
    Browse the repository at this point in the history
  5. netty: Reverted back releaseOutboundMessage entry which is not needed…

    … from base and server test
    vinodhabib committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    efbc818 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. netty: Fixed Review point and leakage issue in dataSizeSincePingAccum…

    …ulates() server base test
    vinodhabib committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    54cc020 View commit details
    Browse the repository at this point in the history