You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tstest/integration
Alex Chan c961d58091 cmd/tailscale: improve the error message for `lock log` with no lock
Previously, running `tailscale lock log` in a tailnet without Tailnet
Lock enabled would return a potentially confusing error:

    $ tailscale lock log
    2025/10/20 11:07:09 failed to connect to local Tailscale service; is Tailscale running?

It would return this error even if Tailscale was running.

This patch fixes the error to be:

    $ tailscale lock log
    Tailnet Lock is not enabled

Fixes #17586

Signed-off-by: Alex Chan <alexc@tailscale.com>
1 month ago
..
nat wgengine/magicsock: use learned DERP route as send path of last resort 9 months ago
testcontrol cmd/tailscale/cli: only print authURLs and device approval URLs once 2 months ago
vms tstest/integration/vms,.github/workflows: bump Ubuntu and NixOS for VM tests + cleanup (#16098) 2 months ago
capmap_test.go tstest/integration/testcontrol: include peer CapMaps in MapResponses 5 months ago
gen_deps.go all: update tools that manage copyright headers 3 years ago
integration.go tstest/integration: log all the output printed by `tailscale up` 2 months ago
integration_test.go cmd/tailscale: improve the error message for `lock log` with no lock 1 month ago
tailscaled_deps_test_darwin.go all: use Go 1.20's errors.Join instead of our multierr package 2 months ago
tailscaled_deps_test_freebsd.go all: use Go 1.20's errors.Join instead of our multierr package 2 months ago
tailscaled_deps_test_linux.go all: use Go 1.20's errors.Join instead of our multierr package 2 months ago
tailscaled_deps_test_openbsd.go all: use Go 1.20's errors.Join instead of our multierr package 2 months ago
tailscaled_deps_test_windows.go all: use Go 1.20's errors.Join instead of our multierr package 2 months ago