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.
kvserver: delete TestRefreshPendingCommands
This test either has completely rotted, or has always been confused. It tries to verify that different mechanisms trigger raft reproposals, but it doesn't seem to actually depend on reproposals. The test says that an increment depend on the reproposal of a previous lease request, but there's no such lease request. Also, technically reproposals of lease requests stopped being a thing a while ago. It also talks about Raft leadership changing, but that's not explicit in the test. The test fails with the next commit that changes how draining replicas handle lease requests. It's unclear to me what's salvageable from the test. Release note: None
- Loading branch information
1 parent
be25a97
commit 480c9f0
Showing
1 changed file
with
0 additions
and
152 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