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

[🚫 Bug] extest leaves temporary download folders names vscodeXXXX instead of using the specified testdirectory #1681

Open
ssbarnea opened this issue Dec 24, 2024 · 0 comments
Labels
bug Something isn't working new-issue New issue which was not discussed yet

Comments

@ssbarnea
Copy link
Member

Describe the bug

This might be a recent regression because I do not remember seeing it in older versions. Is more likely to happen if the download fails or is interrupted but the main issue is that extest fails to use the mentioned folder for temporary files, polluting the codebase.

Due to the nature of the filenames is also dangerous to add a vscode* entry to .gitignore.

Steps to reproduce

Interrupt extester while is downloading vscode, even if you mentioned `-s some/temp/folder` on the command you passed to it.

Logs

drwxr-xr-x 1 ssbarnea ssbarnea       96 Dec 24 11:28 vscodeG6Qa55
drwxr-xr-x 1 ssbarnea ssbarnea       96 Dec 24 11:05 vscodeIJZ3bk
drwxr-xr-x 1 ssbarnea ssbarnea       96 Dec 24 11:09 vscodeNc1Kf6

Operating System

MacOS and Ubuntu

Visual Studio Code

vscode-extension-tester

8.10.0

NodeJS

v20.18.0

npm

10.8.2

@ssbarnea ssbarnea added bug Something isn't working new-issue New issue which was not discussed yet labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new-issue New issue which was not discussed yet
Projects
Status: New
Development

No branches or pull requests

1 participant