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

NodeFSStorageAdapter: remove from cache as well as file system #216

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

HerbCaudill
Copy link
Collaborator

@HerbCaudill HerbCaudill commented Oct 31, 2023

I added some remove tests to the storage subsystem, which promptly failed for this adapter because deleted items were still present in the cache. This PR removes deleted items from the cache before deleting them from the filesystem.

@pvh
Copy link
Member

pvh commented Oct 31, 2023

Thumbs up from me for this one.

@HerbCaudill HerbCaudill marked this pull request as ready for review October 31, 2023 22:44
@pvh pvh merged commit a00f845 into node-adapter-refactor Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants