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
There are some cases where the test files might not be permanently deleted, which could lead to increased storage usage in backend services.
In the first scenario, when versioning is enabled, even if we delete the test files after running the tests, they still remain due to versioning. To remove them permanently, we must use a delete operation that specifies the version.
In the second scenario, if the test cases fail, the cleanup process will not be executed, leaving the test files behind.
Additional Context
No response
Are you willing to contribute to the development of this feature?
Yes, I am willing to contribute to the development of this feature.
The text was updated successfully, but these errors were encountered:
Feature Description
delete all test files permanently after running tests
Problem and Solution
Current behaviors
TEST_FIXTURE
, they gets deleted automatically after running the tests. such as:opendal/core/tests/behavior/async_write.rs
Line 71 in d479ac3
opendal/core/tests/behavior/async_write.rs
Line 143 in d479ac3
Problems
There are some cases where the test files might not be permanently deleted, which could lead to increased storage usage in backend services.
versioning
is enabled, even if we delete the test files after running the tests, they still remain due toversioning
. To remove them permanently, we must use a delete operation that specifies the version.Additional Context
No response
Are you willing to contribute to the development of this feature?
The text was updated successfully, but these errors were encountered: