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

kvserver: add TestCreateManyUnappliedProbes #104401

Merged
merged 8 commits into from
Jun 20, 2023
Merged

Commits on Jun 20, 2023

  1. kvserver: move and rename makeIDKey()

    Epic: none
    Release note: none
    tbg committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2175fe2 View commit details
    Browse the repository at this point in the history
  2. raftlog: rename EncodeRaftCommand -> EncodeCommandBytes

    That way, we can then rename RaftCmdToPayload to EncodeCommand without creating
    confusion.
    
    EncodeRaftCommand is only used in unquiesce (and testing).
    
    Epic: none
    Release note: None
    tbg committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    42d9987 View commit details
    Browse the repository at this point in the history
  3. kvserver: move some logging in anticipation of a refactor

    Epic: none
    
    Release note: None
    tbg committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e88fb92 View commit details
    Browse the repository at this point in the history
  4. kvserver: begin extracting raftCmdToPayload

    Epic: none
    Release note: None
    tbg committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    251f6f7 View commit details
    Browse the repository at this point in the history
  5. kvserver: extract raftCmdToPayload

    Epic: none
    Release note: None
    tbg committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a101704 View commit details
    Browse the repository at this point in the history
  6. kvserver: move change replicas validation out of raftCmdToPayload

    Epic: none
    Release note: none
    tbg committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    41c4164 View commit details
    Browse the repository at this point in the history
  7. kvserver: move raftCmdToPayload to raftlog

    Epic: none
    Release note: none
    tbg committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    65e0295 View commit details
    Browse the repository at this point in the history
  8. kvserver: add TestCreateManyUnappliedProbes

    This is the test used for cockroachdb#102953.
    
    Epic: none
    Release note: none
    tbg committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9fc9a65 View commit details
    Browse the repository at this point in the history