Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containerd/ttrpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: containerd/ttrpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 6 commits
  • 4 files changed
  • 5 contributors

Commits on Feb 25, 2023

  1. Rework deadline assertion logging to be more clear

    Make `TestServerRequestTimeout` deadline assertion log print expected
    and actual values in the same format for more clear troubleshooting.
    
    Signed-off-by: Austin Vazquez <macedonv@amazon.com>
    austinvazquez committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    5a7c8fb View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/sys from 0.0.0-20210124154548-22da62e12c0c to 0.1.0

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210124154548-22da62e12c0c to 0.1.0.
    - [Release notes](https://github.com/golang/sys/releases)
    - [Commits](https://github.com/golang/sys/commits/v0.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    3f862ad View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Fix server shutdown logic

    Simplify close idle connections logic in server shutdown to be more
    intuitive. Modify add connection logic to check if server has been
    shutdown before adding any new connections. Modify test to make all
    calls before server shutdown.
    
    Signed-off-by: Austin Vazquez <macedonv@amazon.com>
    austinvazquez committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    19445fd View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Merge pull request #133 from containerd/dependabot/go_modules/golang.…

    …org/x/sys-0.1.0
    
    Bump golang.org/x/sys from 0.0.0-20210124154548-22da62e12c0c to 0.1.0
    Kazuyoshi Kato authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    39515bd View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Merge pull request #130 from austinvazquez/fix-server-shutdown

    Fix server shutdown logic
    dmcgowan authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    7e006e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #132 from austinvazquez/add-test-logging

    Rework deadline assertion logging to be more clear
    estesp authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    36fd7c3 View commit details
    Browse the repository at this point in the history
Loading