Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage: Deflake TestReplicaReproposalWithNewLeaseIndexError #40477

Merged
merged 1 commit into from
Sep 4, 2019

Commits on Sep 4, 2019

  1. storage: Deflake TestReplicaReproposalWithNewLeaseIndexError

    Fixes cockroachdb#39739. When inserting a new command into the proposal buffer, we
    first reserve an index into the buffer's array. If we subsequently fail
    to insert the proposal, we should account for this during proposal
    registration.
    
    Additionally add `TestPropBufCnt` to test basic behaviour of the counter
    maintained by the proposal buffer.
    
    Release note: None
    irfansharif committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    a84f0f4 View commit details
    Browse the repository at this point in the history