teleport/integration
Andrew Lytvynov 5862262e07 Fix a data race in integration.Terminal
This type uses an inner bytes.Buffer to store terminal output. Terminal
is used by concurrent goroutines as io.ReadWriter, so access to the
buffer needs to be synchronized.
2020-04-17 20:05:38 +00:00
..
helpers.go Enable linters: deadcode,goimports,govet,typecheck 2020-04-17 17:46:51 +00:00
integration.go Added new integration test (not turned on yet) 2016-04-07 18:20:38 -07:00
integration_test.go Fix a data race in integration.Terminal 2020-04-17 20:05:38 +00:00
kube_integration_test.go Fix a data race in integration.Terminal 2020-04-17 20:05:38 +00:00