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

Rewrite integration tests as a Go test #38

Merged
merged 15 commits into from
Jul 10, 2019
Merged

Commits on Jul 10, 2019

  1. Make grpc-fixture runnable in tests

    Bradley Kemp committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    9311585 View commit details
    Browse the repository at this point in the history
  2. Make grpc-dump runnable in tests

    Bradley Kemp committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    61a0845 View commit details
    Browse the repository at this point in the history
  3. Make grpc-replay runnable in tests

    Bradley Kemp committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    4dcfe2f View commit details
    Browse the repository at this point in the history
  4. Wired everything up, still need output assertions

    Bradley Kemp committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    195ef38 View commit details
    Browse the repository at this point in the history
  5. Add grpc-web/curl tests

    Bradley Kemp committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    84e839c View commit details
    Browse the repository at this point in the history
  6. Finish porting integration test

    Bradley Kemp committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    ad7bf93 View commit details
    Browse the repository at this point in the history
  7. remove shell test script

    Bradley Kemp committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    d79891d View commit details
    Browse the repository at this point in the history
  8. fix codecov flag type

    Bradley Kemp committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    323a56b View commit details
    Browse the repository at this point in the history
  9. Don't run test.sh

    Bradley Kemp committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    356f6be View commit details
    Browse the repository at this point in the history
  10. Fix data races

    Bradley Kemp committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    eed28a6 View commit details
    Browse the repository at this point in the history
  11. Prevent flags being defined multiple times

    Bradley Kemp committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    93beaed View commit details
    Browse the repository at this point in the history
  12. Only run integration test when build flag present

    Bradley Kemp committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    641ba9d View commit details
    Browse the repository at this point in the history
  13. Only cover grpc-tools package

    Bradley Kemp committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    599ecdc View commit details
    Browse the repository at this point in the history
  14. Fix handler race condition

    Bradley Kemp committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    56f3b5e View commit details
    Browse the repository at this point in the history
  15. mod verify

    Bradley Kemp committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    260f732 View commit details
    Browse the repository at this point in the history