forked from cockroachdb/cockroach
-
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.
Browse files
Browse the repository at this point in the history
100762: kv: Add stats for delegate snapshots r=kvoli a=andrewbaptist This PR adds two new stats for delegate snapshots to track failure of sending snapshots. There are failures either before data is transferred or after the snapshot is received. Both stats are useful. Epic: none Release note: None Release justification: Adds stats and testing only. 101692: rpc: Handle multiple tests on same node r=erikgrinaker a=andrewbaptist Fixes: cockroachdb#101627 Network tests can interfere with each other. There isn't a good way to completely isolate the tests and so this commit adds an additional check to ignore invalid messages. Epic: none Release note: None Release justification: Test only change. Co-authored-by: Andrew Baptist <[email protected]>
- Loading branch information
Showing
9 changed files
with
304 additions
and
46 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.