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

Test: confirmation for large file size #171743

Closed
2 tasks done
bpasero opened this issue Jan 19, 2023 · 1 comment
Closed
2 tasks done

Test: confirmation for large file size #171743

bpasero opened this issue Jan 19, 2023 · 1 comment

Comments

@bpasero
Copy link
Member

bpasero commented Jan 19, 2023

Refs #170090

Complexity: 3

Create Issue


To prevent large files from opening, a confirmation was added with an associated setting to increase the limit. The limit is different depending on your connection:

  • desktop: local -> 1gb
  • desktop: remote -> 100mb
  • web: serverless (ex. vscode.dev) -> 50mb
  • web: serverfull (ex. Codespace) -> 10mb

Test in all 4 cases that you see the confirmation when opening a text file (requires the standard text editor) of that size. You can confirm and then still open the file and you can change the setting to bypass the confirmation.

Hint: how to create a large file: https://skorks.com/2010/03/how-to-quickly-generate-a-large-file-on-the-command-line-with-linux/

@TylerLeonhardt
Copy link
Member

I made a repo with all the files for this https://github.com/TylerLeonhardt/testplan-item-171743

@github-actions github-actions bot locked and limited conversation to collaborators Mar 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants