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

feat: support running gRPC test cases #160

Merged
merged 20 commits into from
Aug 13, 2023
Merged

Commits on Jul 26, 2023

  1. feat: add new fields to TestSuite for gRPC

    Signed-off-by: Ink33 <[email protected]>
    Ink-33 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    78680fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    386ad88 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

Commits on Aug 5, 2023

  1. feat: support gRPC test case

    Signed-off-by: Ink33 <[email protected]>
    Ink-33 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    0457608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38560aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5af73e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. refactor: move verify out of runtestcase

    Signed-off-by: Ink33 <[email protected]>
    Ink-33 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    9d8b4b9 View commit details
    Browse the repository at this point in the history
  2. refactor: use factory to get runner

    Signed-off-by: Ink33 <[email protected]>
    Ink-33 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    a01f414 View commit details
    Browse the repository at this point in the history
  3. feat: new package pkg/compare

    Signed-off-by: Ink33 <[email protected]>
    Ink-33 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    c418022 View commit details
    Browse the repository at this point in the history
  4. refactor: use body field instead of payload

    Signed-off-by: Ink33 <[email protected]>
    Ink-33 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    0edbcf5 View commit details
    Browse the repository at this point in the history
  5. refactor: new default testcase implement

    Signed-off-by: Ink33 <[email protected]>
    Ink-33 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    55faec8 View commit details
    Browse the repository at this point in the history
  6. refactor: reduce code complexity

    Signed-off-by: Ink33 <[email protected]>
    Ink-33 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    11d7ca4 View commit details
    Browse the repository at this point in the history
  7. refactor: remove package errors

    Signed-off-by: Ink33 <[email protected]>
    Ink-33 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    d9002bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a9935ac View commit details
    Browse the repository at this point in the history
  9. test: fix unit test

    Signed-off-by: Ink33 <[email protected]>
    Ink-33 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    6ee92f7 View commit details
    Browse the repository at this point in the history
  10. fix: error should be return in verify

    Signed-off-by: Ink33 <[email protected]>
    Ink-33 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    1323c92 View commit details
    Browse the repository at this point in the history
  11. style: revert style change to yaml

    revert 78680f
    
    Signed-off-by: Ink33 <[email protected]>
    Ink-33 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    2cef5bb View commit details
    Browse the repository at this point in the history
  12. refactor: reduce code complexity

    Signed-off-by: Ink33 <[email protected]>
    Ink-33 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    73c1382 View commit details
    Browse the repository at this point in the history
  13. refactor: use runner factory

    Signed-off-by: Ink33 <[email protected]>
    Ink-33 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    491d272 View commit details
    Browse the repository at this point in the history
  14. license: add MIT header

    Signed-off-by: Ink33 <[email protected]>
    Ink-33 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    117fa07 View commit details
    Browse the repository at this point in the history