mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 14:35:22 +08:00
* Fix CTMU sequential update * Preserve the archive directory structure * Disable compression for integration tests launched with the `-race` flag, since this creates a heavy CPU load due to the design of the `compress/gzip` library. Filter out managed updates integration tests from the Kubernetes integration test suite, because even when executed with the `-run` filter, `TestMain` is still executed and introduces additional load during test initialization. * Check re-exec env variable to ensure that remote check is not ignored * Apply suggestions from code review Co-authored-by: Hugo Shaka <hugo.hervieux@goteleport.com> * Disable deprecated `~/.tsh/bin/tsh` path --------- Co-authored-by: Hugo Shaka <hugo.hervieux@goteleport.com>