Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work around nondeterministic windows CI test failures #1363

Closed
pokey opened this issue Mar 26, 2023 · 3 comments · Fixed by #1515
Closed

Work around nondeterministic windows CI test failures #1363

pokey opened this issue Mar 26, 2023 · 3 comments · Fixed by #1515
Milestone

Comments

@pokey
Copy link
Member

pokey commented Mar 26, 2023

See microsoft/vscode#178241. Until that issue is fixed, we should probably look for CodeWindow: detected unresponsive in run output on failure, and rerun a couple of times

@pokey pokey added this to the Short list milestone Mar 26, 2023
@pokey
Copy link
Member Author

pokey commented Mar 26, 2023

@AndreasArvidsson maybe a nice trial for administratum? would need some kind of tee-like functionality so that output can stream to terminal in real time for easily watching the test run, but still capture the output so we can grep for CodeWindow: detected unresponsive in the output if it fails. Also want to make sure that streamed output maintains color

@AndreasArvidsson
Copy link
Member

Sounds reasonable

@pokey
Copy link
Member Author

pokey commented Apr 4, 2023

This SO answer looks like it might work well; preserves color while capturing output to a file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants