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

Handle errors in integration test setups #1535

Merged
merged 7 commits into from
Sep 5, 2023

Commits on Sep 2, 2023

  1. add script to run integration tests

    Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
    kradalby committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    fdad49f View commit details
    Browse the repository at this point in the history
  2. update flake, fix prettier lint

    Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
    kradalby committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    bf854d1 View commit details
    Browse the repository at this point in the history
  3. Handle errors in integration test setups

    Thanks @kev-the-dev
    
    Closes juanfont#1460
    
    Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
    kradalby committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    3c67e56 View commit details
    Browse the repository at this point in the history
  4. introduce a version subset we must test against

    Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
    kradalby committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    56416ef View commit details
    Browse the repository at this point in the history
  5. General fixups discovered by checking errors

    There was a lot of tests that actually threw a lot of errors and that did
    not pass all the way because we didnt check everything. This commit should
    fix all of these cases.
    
    Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
    kradalby committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    e315755 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. fix relogin test, pass accept route flag

    Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
    kradalby committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    e71e2c0 View commit details
    Browse the repository at this point in the history
  2. Update tsic.go

    kradalby authored Sep 3, 2023
    Configuration menu
    Copy the full SHA
    c4cfd06 View commit details
    Browse the repository at this point in the history