-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Trashing assets results in infinitely nested trash directories #2742
Comments
Maybe related comment involving recursive Trash dir problem: #2392 (comment) |
Also a related issue with permissions accessing Trash dir, not sure you want to tackle this with it though: #1281 |
Opted to delete files on Linux instead of trashing them. Seems like the lowest maintenance solution as trashing in Linux seems inconsistent, but lemme know if that doesn't seem like a reasonable trade-off. |
The code for this is done, but this has yet to be released. We'll update this issue and reference the changelog when it's released. |
Released in |
Why is the option to fully delete contents is not available on Windows as well? Our CI server (running on Windows) disk space is getting full as all videos of all projects are sent to the Recycle Bin, which results in ~50GB of videos for 1 week. |
Current behavior:
Reported from Gitter, trashing assets and trying to download artifacts results in a file too long error:
Desired behavior:
Should be able to trash files without recursively creating Trash directories. Alternative could be deleting files when running on CI.
Steps to reproduce:
Haven't been able to reproduce, but haven't successfully tried on the version of Ubuntu reported. Was unable to reproduce on 18.10.
Versions
Cypress 3.1.1
Ubuntu 16.04
The text was updated successfully, but these errors were encountered: