summaryrefslogtreecommitdiffhomepage
path: root/tstest/integration/integration_test.go
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-17ipn/{conffile,ipnlocal}: start booting tailscaled from a config file w/ auth keyBrad Fitzpatrick1-0/+33
2023-10-16tstest/tstest: add t.Parallel that can be disabled by TS_SERIAL_TESTS=trueBrad Fitzpatrick1-17/+17
2023-10-16tstest, tstest/integration, github/workflows: shard integration testsBrad Fitzpatrick1-0/+17
2023-10-14tstest/integration: add tests for tun mode (requiring root)Brad Fitzpatrick1-18/+54
2023-10-13tstest/integration: set race flag when cross compiling, conditionally fail on...Brad Fitzpatrick1-0/+7
2023-10-04net/tstun: finish wiring IPv6 NAT supportTom DNetto1-103/+128
2023-09-12wgengine{,/netstack}: remove AddNetworkMapCallback from Engine interfaceBrad Fitzpatrick1-1/+4
2023-09-12tstest/integration: add start of integration tests for incremental map updatesBrad Fitzpatrick1-0/+86
2023-09-12ipn/ipnlocal: fix missing controlknobs.Knobs plumbingBrad Fitzpatrick1-0/+30
2023-09-01cmd/tailscaled, tstest/integration: make tailscaled die when parent diesBrad Fitzpatrick1-0/+9
2023-08-31ipn/ipnlocal,control/controlclient: make Logout more syncMaisem Ali1-0/+2
2023-04-19ipn/ipnlocal: handle masquerade addresses in PeerAPIMaisem Ali1-0/+8
2023-03-23tstest/integration: add ping test w/ masqueradesMaisem Ali1-0/+105
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2023-01-23tstest/integration: mark all integration tests as flakyAndrew Dunham1-0/+1
2023-01-19various: mark more tests as flakyAndrew Dunham1-0/+3
2022-11-28safesocket: remove the IPN protocol supportBrad Fitzpatrick1-1/+0
2022-11-23envknob: add GOOS funcBrad Fitzpatrick1-1/+1
2022-11-21tstest/integration: add --accept-risk=all to tailscale downMaisem Ali1-1/+1
2022-11-13ipn/ipnlocal: delete profile on logoutMaisem Ali1-3/+7
2022-11-11ipn/ipnlocal: add support for multiple user profilesMaisem Ali1-7/+4
2022-09-20net/netcheck: add check for captive portal (#5593)Andrew Dunham1-0/+1
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-3/+2
2022-08-29tailcfg, control/controlclient, ipn/ipnlocal: add c2n (control-to-node) systemBrad Fitzpatrick1-0/+69
2022-08-04all: use syncs.AtomicValueMaisem Ali1-7/+5
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-5/+4
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-1/+2
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-1/+1
2022-02-28ipn/store: add common package for instantiating ipn.StateStoresMaisem Ali1-1/+2
2022-02-18control/controlclient: use structured logging for MapResponse.ControlTimeJosh Bleecher Snyder1-1/+2
2022-02-16tailcfg: add MapResponse.ControlTime fieldJosh Bleecher Snyder1-0/+21
2021-12-15tstest/integration: remove t param in testNode methodsJosh Bleecher Snyder1-71/+81