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

Conversation

kradalby
Copy link
Collaborator

@kradalby kradalby commented Oct 3, 2024

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 #2164

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>
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
@kradalby kradalby merged commit 9515040 into juanfont:main Oct 3, 2024
120 of 121 checks passed
@kradalby kradalby deleted the kradalby/2164-reauth-test branch October 3, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants