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: add ability to run protocol tests as unit tests of a service #1590

Merged
merged 59 commits into from
Jul 5, 2024

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    18bc019 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b718463 View commit details
    Browse the repository at this point in the history
  3. version bump crt to 0.31

    dayaffe committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b1e5d2d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    9dfd788 View commit details
    Browse the repository at this point in the history
  2. fix failing test

    dayaffe committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1bc310d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    dfaf9d9 View commit details
    Browse the repository at this point in the history
  2. try again

    dayaffe committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3a3239b View commit details
    Browse the repository at this point in the history
  3. use v4

    dayaffe committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    61a49cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd7d092 View commit details
    Browse the repository at this point in the history
  5. correctly copy protocol tests

    dayaffe committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    cb92276 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e24e22 View commit details
    Browse the repository at this point in the history
  7. update test

    dayaffe committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e42ac05 View commit details
    Browse the repository at this point in the history
  8. try again

    dayaffe committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a35df4f View commit details
    Browse the repository at this point in the history
  9. try again

    dayaffe committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    aafe8da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f991512 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. try directly in the run block

    dayaffe committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ccbeddb View commit details
    Browse the repository at this point in the history
  2. try again

    dayaffe committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6ddb43a View commit details
    Browse the repository at this point in the history
  3. try again

    dayaffe committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    09cce79 View commit details
    Browse the repository at this point in the history
  4. add back

    dayaffe committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5248527 View commit details
    Browse the repository at this point in the history
  5. remove unnecessary space

    dayaffe committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    766f4d3 View commit details
    Browse the repository at this point in the history
  6. id-token: write

    dayaffe committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f900cf3 View commit details
    Browse the repository at this point in the history
  7. switch to key directly

    dayaffe committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5e3a95e View commit details
    Browse the repository at this point in the history
  8. add protocol test plan

    dayaffe committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    026ada7 View commit details
    Browse the repository at this point in the history
  9. also try role arn

    dayaffe committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a145926 View commit details
    Browse the repository at this point in the history
  10. add default region

    dayaffe committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a692b03 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8708f5c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. change to aws-region

    dayaffe committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    e4b8379 View commit details
    Browse the repository at this point in the history
  2. change to role arn

    dayaffe committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    f225dd5 View commit details
    Browse the repository at this point in the history
  3. ls to see files in path

    dayaffe committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    c6b9c3a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    1f8c839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c4462e View commit details
    Browse the repository at this point in the history
  3. trying moving credentials up

    dayaffe committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    0369dd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5cfb50 View commit details
    Browse the repository at this point in the history
  5. add back showTestPlans

    dayaffe committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    853d1e2 View commit details
    Browse the repository at this point in the history
  6. add scheme to git

    dayaffe committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    801b0dd View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. update path

    dayaffe committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    211bf10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2186c86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e19b27 View commit details
    Browse the repository at this point in the history
  4. add credentials to codegen

    dayaffe committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    805f93e View commit details
    Browse the repository at this point in the history
  5. add token-write permission

    dayaffe committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6d15ac4 View commit details
    Browse the repository at this point in the history
  6. try -env flag

    dayaffe committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    052419a View commit details
    Browse the repository at this point in the history
  7. try adding it into jobs env

    dayaffe committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    dc284ac View commit details
    Browse the repository at this point in the history
  8. try again

    dayaffe committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d0f13c0 View commit details
    Browse the repository at this point in the history
  9. use valid dummy creds

    dayaffe committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9e0a641 View commit details
    Browse the repository at this point in the history
  10. try role arn

    dayaffe committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4f00274 View commit details
    Browse the repository at this point in the history
  11. try again

    dayaffe committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0526c43 View commit details
    Browse the repository at this point in the history
  12. try again

    dayaffe committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2a4e5fa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ab4025d View commit details
    Browse the repository at this point in the history
  14. try again and again

    dayaffe committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e36b8a0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6f93e8c View commit details
    Browse the repository at this point in the history
  16. create credentials file too

    dayaffe committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    06c7a6f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. cleanup workflow files

    dayaffe committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5006c7a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    be7f27b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36f265f View commit details
    Browse the repository at this point in the history
  3. clean up github workflows

    dayaffe committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8cc787f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. add back NSUnbufferedIO=YES

    dayaffe committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6d0c925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca4f03d View commit details
    Browse the repository at this point in the history
  3. try using env creds on linux

    dayaffe committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4607457 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    482b44e View commit details
    Browse the repository at this point in the history