forked from cockroachdb/pebble
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change moves the `pebble.loggingFS` code to vfs so it can be used by other tests. We introduce a `base.InMemLogger` that can be used with the new logging FS. The existing implementation did not log `Remove` and `RemoveAll` operations. This is fixed (hence the test output changes).
- Loading branch information
1 parent
4eba71e
commit c54158b
Showing
12 changed files
with
299 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.