-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add request count tests for FS operations with metadata caching enabl…
…ed (#567) * Add counters to MockClient for testing request counts Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com> * Add tests verifying request counts after readdir,open,lookup,unlink with caching enabled Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com> * Appease rustc warnings Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com> * Appease clippy warnings Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com> * Update OperationCounter::count rustdoc Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com> * Add test verifying request counts on open when cache is off Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com> --------- Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
- Loading branch information
1 parent
eac02e6
commit fa0d516
Showing
2 changed files
with
340 additions
and
3 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
Oops, something went wrong.