Skip to content

roachtest: skip revision history in OR recovery test#170682

Open
kev-cao wants to merge 1 commit into
cockroachdb:masterfrom
kev-cao:roachtest/deflake-or-recovery-revision
Open

roachtest: skip revision history in OR recovery test#170682
kev-cao wants to merge 1 commit into
cockroachdb:masterfrom
kev-cao:roachtest/deflake-or-recovery-revision

Conversation

@kev-cao
Copy link
Copy Markdown
Contributor

@kev-cao kev-cao commented May 20, 2026

The OR recovery test deletes backup SSTs before the link phase to avoid
the Pebble compaction race described in #170225. When the random backup
options include revision_history, every file is forced through the
ingest path during the link phase, which then tries to read the
already-deleted SSTs and fails.

Disable revision history for this test until #170681 makes the link
path usable for revision-history backups when the restore time aligns
with the backup chain's end time.

Fixes: #170617

Release note: None

Co-Authored-By: roachdev-claude roachdev-claude-bot@cockroachlabs.com

The OR recovery test deletes backup SSTs before the link phase to avoid
the Pebble compaction race described in cockroachdb#170225. When the random backup
options include `revision_history`, every file is forced through the
ingest path during the link phase, which then tries to read the
already-deleted SSTs and fails.

Disable revision history for this test until cockroachdb#170681 makes the link
path usable for revision-history backups when the restore time aligns
with the backup chain's end time.

Fixes: cockroachdb#170617

Release note: None

Co-Authored-By: roachdev-claude <roachdev-claude-bot@cockroachlabs.com>
@trunk-io
Copy link
Copy Markdown
Contributor

trunk-io Bot commented May 20, 2026

Merging to master in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here

@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@kev-cao kev-cao requested review from a team and msbutler and removed request for a team May 20, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

roachtest: backup-restore/online-restore-recovery failed

2 participants