You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to permanently delete a VFolder that has been moved to the trash, an error occurs if the folder name follows a specific pattern like "e2e-test-folder-sharing1732683913062". This issue can be reproduced in the Web UI. However, if the folder is shorter folder nam, such as test, it can be permanently deleted without any issues.
Steps to Reproduce
Create a VFolder with a name following the pattern "e2e-test-folder-sharing1732683913062".
Move the VFolder to the trash.
Attempt to permanently delete the VFolder from the trash.
Observe the error.
Expected Behavior
The VFolder should be permanently deleted without any errors, regardless of its name.
Actual Behavior
An error occurs when trying to permanently delete the VFolder with a specific naming pattern.
Error Logs
(Background on this error at: https://sqlalche.me/e/14/dbapi)" from manager
2024-11-27 13:51:59.795 ERROR ai.backend.manager.server [44034] Uncaught exception in HTTP request handlers DBAPIError("(sqlalchemy.dialects.postgresql.asyncpg.Error) <class 'asyncpg.exceptions.StringDataRightTruncationError'>: value too long for type character varying(64)")
Traceback (most recent call last):
File "/Users/codejong/Workspace/lablup/bai-dev2403/dist/export/python/virtualenvs/python-default/3.12.6/lib/python3.12/site-packages/sqlalchemy/dialects/postgresql/asyncpg.py", line 442, in _prepare_and_execute
self._rows = await prepared_stmt.fetch(*parameters)
Environment
Branch: 24.09.1
Reproducible on: dogbow
Additional Information
After renaming it to a shorter name, such as e2e-test-folder-shar, it worked properly again.
The text was updated successfully, but these errors were encountered:
rapsealk
changed the title
Error when permanently deleting vFolder with specific naming pattern in WebUI
Error when permanently deleting VFolder with specific naming pattern in WebUI
Nov 27, 2024
When attempting to permanently delete a VFolder that has been moved to the trash, an error occurs if the folder name follows a specific pattern like "e2e-test-folder-sharing1732683913062". This issue can be reproduced in the Web UI. However, if the folder is shorter folder nam, such as
test
, it can be permanently deleted without any issues.Steps to Reproduce
Expected Behavior
The VFolder should be permanently deleted without any errors, regardless of its name.
Actual Behavior
An error occurs when trying to permanently delete the VFolder with a specific naming pattern.
Error Logs
Environment
Additional Information
After renaming it to a shorter name, such as
e2e-test-folder-shar
, it worked properly again.The text was updated successfully, but these errors were encountered: