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

deps: update vscode-test #4075

Merged
merged 1 commit into from
Nov 22, 2023
Merged

deps: update vscode-test #4075

merged 1 commit into from
Nov 22, 2023

Conversation

justinmk3
Copy link
Contributor

@justinmk3 justinmk3 commented Nov 22, 2023

Problem:

GHA "Insiders" jobs sometimes fail:

Error: VS Code CLI command failed (exit-code: null): /Users/runner/work/aws-toolkit-vscode/aws-toolkit-vscode/.vscode-test/vscode-darwin-insiders/Visual Studio Code - Insiders.app/Contents/Resources/app/bin/code --extensions-dir=/Users/runner/work/aws-toolkit-vscode/aws-toolkit-vscode/.vscode-test/extensions,--user-data-dir=/Users/runner/work/aws-toolkit-vscode/aws-toolkit-vscode/.vscode-test/user-data,--version
    at invokeVSCodeCli (/Users/runner/work/aws-toolkit-vscode/aws-toolkit-vscode/scripts/test/launchTestUtilities.ts:68:15)
    at setupVSCodeTestInstance (/Users/runner/work/aws-toolkit-vscode/aws-toolkit-vscode/scripts/test/launchTestUtilities.ts:45:23)
    at async /Users/runner/work/aws-toolkit-vscode/aws-toolkit-vscode/scripts/test/test.ts:13:38
Failed to run tests
Error: The process '/Users/runner/hostedtoolcache/node/16.20.2/x64/bin/npm' failed with exit code 1

Solution:

Update vscode-test dependencies.

Possibly related:

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Problem:
GHA "Insiders" jobs sometimes fail:

    Error: VS Code CLI command failed (exit-code: null): /Users/runner/work/aws-toolkit-vscode/aws-toolkit-vscode/.vscode-test/vscode-darwin-insiders/Visual Studio Code - Insiders.app/Contents/Resources/app/bin/code --extensions-dir=/Users/runner/work/aws-toolkit-vscode/aws-toolkit-vscode/.vscode-test/extensions,--user-data-dir=/Users/runner/work/aws-toolkit-vscode/aws-toolkit-vscode/.vscode-test/user-data,--version
        at invokeVSCodeCli (/Users/runner/work/aws-toolkit-vscode/aws-toolkit-vscode/scripts/test/launchTestUtilities.ts:68:15)
        at setupVSCodeTestInstance (/Users/runner/work/aws-toolkit-vscode/aws-toolkit-vscode/scripts/test/launchTestUtilities.ts:45:23)
        at async /Users/runner/work/aws-toolkit-vscode/aws-toolkit-vscode/scripts/test/test.ts:13:38
    Failed to run tests
    Error: The process '/Users/runner/hostedtoolcache/node/16.20.2/x64/bin/npm' failed with exit code 1

Solution:
Update vscode-test dependencies.

Possibly related commits:
- microsoft/vscode-test@6a41b27
- microsoft/vscode-test@91c7f9c
- microsoft/vscode-test@3558f3b
@justinmk3 justinmk3 requested a review from a team as a code owner November 22, 2023 21:05
@justinmk3
Copy link
Contributor Author

/runintegrationtests

@hayemaxi
Copy link
Contributor

How did you determine that these were the changes to make here?

@justinmk3
Copy link
Contributor Author

How did you determine that these were the changes to make here?

It's just a guess. I watch the repo: https://github.com/microsoft/vscode-test and keep an eye on their commits.

@justinmk3 justinmk3 merged commit a41aafb into master Nov 22, 2023
20 checks passed
@justinmk3 justinmk3 deleted the deps2 branch November 22, 2023 21:34
@justinmk3
Copy link
Contributor Author

See microsoft/vscode-test#246 , we'll want to update again as soon as the next vscode-test package reaches NPM, to avoid CDN-related issues.

@justinmk3 justinmk3 mentioned this pull request Nov 24, 2023
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 this pull request may close these issues.

3 participants