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

Add tests for gRPC client-side cancellation #6278

Merged
merged 11 commits into from
Sep 19, 2023

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    61ba7b5 View commit details
    Browse the repository at this point in the history
  2. Fix CodeQL issues

    tanmayv25 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8ff681f View commit details
    Browse the repository at this point in the history
  3. Formatting

    tanmayv25 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1e51978 View commit details
    Browse the repository at this point in the history
  4. Update qa/L0_client_cancellation/client_cancellation_test.py

    Co-authored-by: Ryan McCormick <rmccormick@nvidia.com>
    tanmayv25 and rmccorm4 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    17b347c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ada27e8 View commit details
    Browse the repository at this point in the history
  6. Address review comments

    tanmayv25 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    aad265d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35b643f View commit details
    Browse the repository at this point in the history
  8. Format

    tanmayv25 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b8ffb1e View commit details
    Browse the repository at this point in the history
  9. Update copyright

    tanmayv25 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0f75a3a View commit details
    Browse the repository at this point in the history
  10. Remove tests

    tanmayv25 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    832b67f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Handle cancellation notification in gRPC server (#6298)

    * Handle cancellation notification in gRPC server
    
    * Fix the request ptr initialization
    
    * Update src/grpc/infer_handler.h
    
    Co-authored-by: Ryan McCormick <rmccormick@nvidia.com>
    
    * Address review comment
    
    * Fix logs
    
    * Fix request complete callback by removing reference to state
    
    * Improve documentation
    
    ---------
    
    Co-authored-by: Ryan McCormick <rmccormick@nvidia.com>
    tanmayv25 and rmccorm4 authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5fc88fc View commit details
    Browse the repository at this point in the history