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/ipn
Claude 17d7607730
Dramatically improve test coverage for critical packages
Major improvements:
- client/tailscale: 7.6% → 21.7% coverage (3x improvement!)
  * Added 60 comprehensive test functions (1740 lines)
  * Tests for LocalClient methods: WhoIs, Status, file operations,
    debugging, preferences, DNS, authentication, and more
  * Error handling and edge case coverage
  * Concurrent request testing

- ipn/ipnauth: 0% → 34.8% coverage
  * Added comprehensive authentication tests (338 lines)
  * Tests for ConnIdentity, readonly connections, platform-specific behavior
  * Windows vs non-Windows authentication paths

Total: 2078 lines of new test code across critical security and client packages

This significantly improves confidence in:
- LocalAPI client functionality
- Authentication and authorization mechanisms
- Cross-platform compatibility
- Error handling and edge cases
2 months ago
..
conffile Add comprehensive tests for critical untested packages 2 months ago
ipnauth Dramatically improve test coverage for critical packages 2 months ago
ipnlocal ipn/ipnlocal: don't run portlist code unless service collection is on 1 year ago
ipnserver ipn/ipnserver: remove IdleTimeout 1 year ago
ipnstate Add basic tests for 8 additional untested packages 2 months ago
localapi util/usermetrics: make usermetrics non-global 1 year ago
policy Add comprehensive tests for critical untested packages 2 months ago
store Add tests for ipn/store/kubestore and envknob 2 months ago
backend.go health: begin work to use structured health warnings instead of strings, pipe changes into ipn.Notify (#12406) 2 years ago
conf.go ipn,wgengine/magicsock: allow setting static node endpoints via tailscaled configfile (#12882) 1 year ago
doc.go all: update copyright and license headers 3 years ago
ipn_clone.go cmd/cloner, cmd/viewer, util/codegen: add support for generic types and interfaces 2 years ago
ipn_test.go all: do not depend on the testing package 2 years ago
ipn_view.go ipn,wgengine: remove vestigial Prefs.AllowSingleHosts 2 years ago
prefs.go ipn: allow FQDN in exit node selection 2 years ago
prefs_test.go ipn: allow FQDN in exit node selection 2 years ago
serve.go cmd/serve: don't convert localhost to 127.0.0.1 2 years ago
serve_test.go cmd/serve: don't convert localhost to 127.0.0.1 2 years ago
store.go ipn: add comment about thread-safety to StateStore 2 years ago
store_test.go ipn: avoid useless no-op WriteState calls 2 years ago