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
Joe Tsai 741ae9956e
tstest/integration/vms: use hujson.Standardize instead of hujson.Unmarshal (#4520)
The hujson package transition to just being a pure AST
parser and formatter for HuJSON and not an unmarshaler.

Thus, parse HuJSON as such, convert it to JSON,
and then use the standard JSON unmarshaler.

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
2 years ago
..
testcontrol all: use any instead of interface{} 2 years ago
vms tstest/integration/vms: use hujson.Standardize instead of hujson.Unmarshal (#4520) 2 years ago
gen_deps.go tstest/integration: don't include stdlib deps in go generate output 3 years ago
integration.go control/controlclient: use structured logging for MapResponse.ControlTime 2 years ago
integration_test.go ipn/store: add common package for instantiating ipn.StateStores 2 years ago
tailscaled_deps_test_darwin.go ssh/tailssh: make the SSH server a singleton, register with LocalBackend 2 years ago
tailscaled_deps_test_freebsd.go ipn/store: add common package for instantiating ipn.StateStores 2 years ago
tailscaled_deps_test_linux.go ssh/tailssh: make the SSH server a singleton, register with LocalBackend 2 years ago
tailscaled_deps_test_openbsd.go ipn/store: add common package for instantiating ipn.StateStores 2 years ago
tailscaled_deps_test_windows.go cmd/tailscaled: change Windows service shutdown and add optional event logging 2 years ago