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

merge the transport test suite from go-libp2p-testing here #1496

Merged
merged 20 commits into from
May 18, 2022

Commits on May 22, 2019

  1. initial commit.

    Consolidate test utilities, harnesses and suites (#1)
    raulk authored May 22, 2019
    Configuration menu
    Copy the full SHA
    aacc91f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

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

Commits on Oct 29, 2019

  1. Allow custom SubtestStress. (#7)

    SubtestStress is exposed but it was not possible to build a working opt parameters.
    Jorropo authored and raulk committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    c18bd50 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Configuration menu
    Copy the full SHA
    59f8133 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from libp2p/open-stream-context

    pass contexts to OpenStream in tests
    marten-seemann authored Dec 19, 2020
    Configuration menu
    Copy the full SHA
    a3d1008 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

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

Commits on May 3, 2021

  1. Merge pull request #32 from dennis-tra/master

    Defer closing stream for reading
    Stebalien authored May 3, 2021
    Configuration menu
    Copy the full SHA
    191756f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Address go vet and saticcheck issues

    Run `go mod tidy`
    
    Resolve staticcheck issues:
    - SA2002 `t.Fatal`  must be called in the same goroutine as the test
    - U1000 unused struct
    - ST1005 error string should not be capitalized
    
    The `go vet` issues were the same as the ones reported by `saticcheck`.
    
    Relates to:
    - https://github.com/orgs/ipfs/projects/12#card-58209321
    masih committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    6ebf948 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Merge pull request #33 from libp2p/fix-lint-issues-pre-ci

    Address `go vet` and `saticcheck` issues
    Stebalien authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    9aed2da View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    75a6c48 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from libp2p/fix/transport

    fix: cleanup transport suite
    Stebalien authored Jul 23, 2021
    Configuration menu
    Copy the full SHA
    dfda146 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. fix deadlock in the transport's serve function

    We don't close the connection before the echo hasn't returned, but echo won't
    return before AcceptStream has returned an error, which only happens when the
    connection is closed.
    marten-seemann committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    ea4a940 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Configuration menu
    Copy the full SHA
    f3dcaf7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from libp2p/fix-serve-deadlock

    fix deadlock in the transport's serve function
    marten-seemann authored Jul 25, 2021
    Configuration menu
    Copy the full SHA
    bfd7dbd View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. run go generate on CI

    marten-seemann committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    3bd94ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #46 from libp2p/rcmgr

    add mocks for the resource manager
    marten-seemann authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    a1aa7d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

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

Commits on Apr 26, 2022

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

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    d05b8f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64cfca6 View commit details
    Browse the repository at this point in the history