Run Client Tools Managed Updates Tests on Windows CI Env#57059
Merged
Run Client Tools Managed Updates Tests on Windows CI Env#57059
Conversation
…es and run them on windows platform
9c9408e to
4532e8b
Compare
… takes more time than running the tests
-race test for integration tests of CTMU and run on Windows CI
sclevine
approved these changes
Aug 4, 2025
hugoShaka
approved these changes
Aug 4, 2025
Contributor
Author
|
I’d appreciate one more review when you have a chance |
hugoShaka
approved these changes
Aug 27, 2025
Contributor
Author
|
@fheinecke @camscale @doggydogworld Could you please review this PR when you have a chance |
1 similar comment
Contributor
Author
|
@fheinecke @camscale @doggydogworld Could you please review this PR when you have a chance |
camscale
approved these changes
Oct 15, 2025
mmcallister
pushed a commit
that referenced
this pull request
Nov 6, 2025
* Disable race test for integration tests of client tools managed updates and run them on windows platform * Fix tests where tool name for Windows have extension * Fix test with break event of windows * Revert the disabling of the -race flag for MU tests, as recompilation takes more time than running the tests
mmcallister
pushed a commit
that referenced
this pull request
Nov 19, 2025
* Disable race test for integration tests of client tools managed updates and run them on windows platform * Fix tests where tool name for Windows have extension * Fix test with break event of windows * Revert the disabling of the -race flag for MU tests, as recompilation takes more time than running the tests
mmcallister
pushed a commit
that referenced
this pull request
Nov 20, 2025
* Disable race test for integration tests of client tools managed updates and run them on windows platform * Fix tests where tool name for Windows have extension * Fix test with break event of windows * Revert the disabling of the -race flag for MU tests, as recompilation takes more time than running the tests
gzdunek
pushed a commit
that referenced
this pull request
Mar 27, 2026
* Disable race test for integration tests of client tools managed updates and run them on windows platform * Fix tests where tool name for Windows have extension * Fix test with break event of windows * Revert the disabling of the -race flag for MU tests, as recompilation takes more time than running the tests (cherry picked from commit 84fe992)
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Apr 9, 2026
…n Windows CI Env (#65148) * Run Client Tools Managed Updates Tests on Windows CI Env (#57059) * Disable race test for integration tests of client tools managed updates and run them on windows platform * Fix tests where tool name for Windows have extension * Fix test with break event of windows * Revert the disabling of the -race flag for MU tests, as recompilation takes more time than running the tests (cherry picked from commit 84fe992) * Run Connect autoupdate integration tests on Windows (#63732) (cherry picked from commit 8c043bb) --------- Co-authored-by: Vadym Popov <vadym.popov@goteleport.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In this PR added CI action for running client tools managed updates on Windows environment (only when
lib/autoupdate/toolsis modified).Related: https://github.com/gravitational/cloud/issues/13207