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

roachtest/cdc: enable runCDCBackfillRollingRestart on nightlies #123936

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 10, 2024

  1. changefeedccl: fix initial scan checkpointing

    Previously, we forward the most up to date state for all spans in cockroachdb#102717 to reduce duplicates upon changefeed resumes. This can cause unexpected behaviour during initial scans since initial scan logic relies on all resolved timestamps being empty.
    wenyihu6 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    df496e5 View commit details
    Browse the repository at this point in the history
  2. roachtest/cdc: enable runCDCBackfillRollingRestart on nightlies

    This patch adds runCDCBackfillRollingRestart as a roachtest running on nightlies.
    
    Epic: None
    Resolves: None
    wenyihu6 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0b1a0f3 View commit details
    Browse the repository at this point in the history