summaryrefslogtreecommitdiffhomepage
path: root/tstest/integration/integration_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-26tstest/integration: add integration test for Tailnet LockAlex Chan1-1/+74
2025-11-25tailcfg, control/controlclient: start moving MapResponse.DefaultAutoUpdate to...Brad Fitzpatrick1-34/+78
2025-11-20cmd/tailscaled,ipn: show a health warning when state store fails to open (#17...Andrew Lytvynov1-0/+37
2025-11-16types/netmap: remove PrivateKey from NetworkMapBrad Fitzpatrick1-6/+0
2025-10-28wgengine/magicsock: fix js/wasm crash regression loading non-existent portmapperBrad Fitzpatrick1-0/+22
2025-10-20cmd/tailscale: improve the error message for `lock log` with no lockAlex Chan1-0/+40
2025-10-08cmd/tailscale/cli: only print authURLs and device approval URLs onceAlex Chan1-2/+179
2025-10-08tstest/integration: log all the output printed by `tailscale up`Alex Chan1-1/+1
2025-10-08tstest/integration: test `tailscale up` when device approval is requiredAlex Chan1-89/+174
2025-10-06tstest/integration: mark TestPeerRelayPing as flakyAlex Chan1-0/+1
2025-10-03tstest/integration: mark TestClientSideJailing as flakyAlex Chan1-0/+1
2025-09-29feature/clientupdate: move clientupdate to a modular feature, disabled for tsnetBrad Fitzpatrick1-2/+3
2025-09-26types/opt: de-weird the API a bit with new True and False constsBrad Fitzpatrick1-1/+1
2025-09-26tstest/integration: deflake TestC2NDebugNetmap, disable service collectionBrad Fitzpatrick1-1/+3
2025-09-26all: don't rebind variables in for loopsAlex Chan1-1/+0
2025-09-26cmd/tailscale/cli: fix race condition in `up --force-reauth`Alex Chan1-8/+0
2025-09-26tstest/integration: skip this test rather than commenting it outAlex Chan1-10/+14
2025-09-25tstest/integration: expand the tests for `tailscale up`Alex Chan1-38/+155
2025-09-23client, cmd/tailscale/cli, feature/relayserver, net/udprelay: implement tails...Jordan Whited1-1/+44
2025-09-19ipn/ipnlocal: add a C2N endpoint for fetching a netmapAnton Tolchanov1-0/+145
2025-09-19tstest/integration: support multiple C2N handlers in testcontrolAnton Tolchanov1-33/+23
2025-09-15tstest/integration{/testcontrol}: add peer relay integration test (#17103)Jordan Whited1-0/+103
2025-09-08utils/expvarx, tstest/integration: mark two tests as known flaky (#17052)Alex Chan1-0/+1
2025-06-26ipn/store: automatically migrate between plaintext and encrypted state (#16318)Andrew Lytvynov1-0/+59
2025-05-02tstest/integration: don't require TestMake, stop leaking binaries in /tmpBrad Fitzpatrick1-1/+0
2025-05-01feature/taildrop: add integration testBrad Fitzpatrick1-4/+9
2025-04-28tstest/integration: export test helpersBrad Fitzpatrick1-61/+61
2025-04-28tstest/integration: move code from integration_test.go to integration.goBrad Fitzpatrick1-600/+1
2025-04-14tstest/integration: simplify TestDNSOverTCPIntervalResolver (#15686)Jordan Whited1-15/+5
2025-03-21tstest: make it clearer where AwaitRunning failed and whyJames Sanderson1-1/+3
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick1-3/+4
2024-10-02control/control{client,http}: don't noise dial localhost:443 in http-only testsBrad Fitzpatrick1-0/+1
2024-08-29tstest/integration: add UDP netstack loopback integration test (#13312)Jordan Whited1-5/+152
2024-08-28wgengine/netstack: implement netstack loopback (#13301)Jordan Whited1-4/+152
2024-08-23tstest/integration: change log.Fatal() to t.Fatal() (#13253)Jordan Whited1-1/+1
2024-08-23tstest/integration: exercise TCP DNS queries against quad-100 (#13231)Jordan Whited1-0/+86
2024-08-03tstest/integration: mark TestNATPing flakyMaisem Ali1-0/+1
2024-06-10safesocket: add ConnectContextMaisem Ali1-1/+1
2024-05-07cmd/tailscale,controlclient,ipnlocal: fix 'up', deflake tests moreBrad Fitzpatrick1-7/+25
2024-05-06tailcfg,all: add/plumb Node.IsJailedMaisem Ali1-0/+117
2024-05-06tstest/integration: add more debugging, logs to catch flaky testBrad Fitzpatrick1-12/+45
2024-05-06net/portmapper: add envknob to disable portmapper in localhost integration testsBrad Fitzpatrick1-0/+1
2024-05-06ipn/ipnlocal, tstest/integration: add panic to catch flaky test in the actBrad Fitzpatrick1-3/+15
2024-05-06all: make more tests pass/skip in airplane modeBrad Fitzpatrick1-0/+1
2024-04-16cmd/tailscale/cli: prevent concurrent Start calls in 'up'Brad Fitzpatrick1-10/+8
2024-04-13ipn/ipnlocal: delete redundant TestStatusWithoutPeersBrad Fitzpatrick1-0/+5
2024-04-03control/controlclient: delete old naclbox code, require ts2021 NoiseBrad Fitzpatrick1-10/+11
2024-01-08tstest/integration: add tests for auto-update defaulting behavior (#10763)Andrew Lytvynov1-0/+95
2023-12-21safesocket: remove ConnectionStrategy (#10662)Andrew Lytvynov1-2/+1