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 TestFlowControlSendQueueRangeMigrate test #136264

Merged

Commits on Dec 3, 2024

  1. kvserver: add TestFlowControlSendQueueRangeMigrate test

    Add a new rac2 flow control integration test,
    `TestFlowControlSendQueueRangeMigrate`.
    
    This test takes the following steps:
    
    ```sql
    -- We will exhaust the tokens across all streams while admission is blocked on
    -- n3, using a single 4 MiB (deduction, the write itself is small) write. Then,
    -- we will write a 1 MiB put to the range, migrate the range, and write a 1 MiB
    -- put to the migrated range. We expect that the migration will trigger a force
    -- flush of the send queue.
    ```
    
    Part of: cockroachdb#132614
    Release note: None
    kvoli committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e5c50fc View commit details
    Browse the repository at this point in the history