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

make reauth test compat with tailscale head #2167

Merged
merged 2 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. make reauth test compat with tailscale head

    tailscale/tailscale@1eaad7d broke our reauth test as it makes the client
    retry with https/443 if it reconnects within 2 minutes.
    
    This commit fixes this by running the test as a two part,
    - with https, to confirm instant reconnect works
    - with http, and a 3 min wait, to check that it work without.
    
    The change is not a general consern as headscale in prod is ran
    with https.
    
    Updates juanfont#2164
    
    Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
    kradalby committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    86e2770 View commit details
    Browse the repository at this point in the history
  2. sort test for stable order

    Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
    kradalby committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2b27fd0 View commit details
    Browse the repository at this point in the history