mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-28 10:51:44 +01:00
* 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 #2164 Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> * sort test for stable order Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --------- Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| api_key_test.go | ||
| api_key.go | ||
| db_test.go | ||
| db.go | ||
| ip_test.go | ||
| ip.go | ||
| node_test.go | ||
| node.go | ||
| policy.go | ||
| preauth_keys_test.go | ||
| preauth_keys.go | ||
| routes_test.go | ||
| routes.go | ||
| suite_test.go | ||
| text_serialiser.go | ||
| users_test.go | ||
| users.go | ||