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

backupccl: fix typo in restore roachtest driver around aost selection #97217

Merged
merged 1 commit into from
Feb 15, 2023

Conversation

msbutler
Copy link
Collaborator

The previous select query to get the start time of the ith backup in the chain was incorrect. This patch revises that query to correctly get the end time of the ith backup in the chain. The end time is used now as it better reflects how a user would select an AOST for a restore.

Release note: None

Epic: none

@msbutler msbutler requested a review from lidorcarmel February 15, 2023 21:46
@msbutler msbutler requested a review from a team as a code owner February 15, 2023 21:46
@msbutler msbutler self-assigned this Feb 15, 2023
@msbutler msbutler requested review from smg260 and renatolabs and removed request for a team, smg260 and renatolabs February 15, 2023 21:46
@cockroach-teamcity
Copy link
Member

This change is Reviewable

pkg/cmd/roachtest/tests/restore.go Outdated Show resolved Hide resolved
The previous select query to get the start time of the ith backup in the chain
was incorrect. This patch revises that query to correctly get the end time of
the ith backup in the chain. The end time is used now as it better reflects how
a user would select an AOST for a restore.

Release note: None

Epic: none
@msbutler
Copy link
Collaborator Author

bors r=lidorcarmel

@craig
Copy link
Contributor

craig bot commented Feb 15, 2023

Build succeeded:

@craig craig bot merged commit 86aafba into cockroachdb:master Feb 15, 2023
@msbutler msbutler deleted the butler-restore-test-typo branch February 16, 2023 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants