-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kv: refactor metric updates test cases
Previously, the metrics updates testing knobs were embedded within the logic of `DistSender.Send()` and `Node.Batch()`, which could confuse the readers of the code. This commit addresses the issue by removing end to end tests and replacing them with more focused unit tests. In addition, this commit also includes some refactoring of function parameters. Note that this commit does not change any existing functionality. Part of: #103983 Release note: None
- Loading branch information
Showing
9 changed files
with
273 additions
and
527 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.