Skip to content

Commit

Permalink
Merge #129241
Browse files Browse the repository at this point in the history
129241: logictest: deflake cross_version_tenant_backup r=rafiss a=rafiss

This makes the test less flaky by making sure finalization is complete before beginning the RESTORE.

fixes #129066
Release note: None

Co-authored-by: Rafi Shamim <[email protected]>
  • Loading branch information
craig[bot] and rafiss committed Aug 20, 2024
2 parents 5972907 + 716faf0 commit 6180c0c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ foo 3
statement ok
BACKUP TENANT 3 INTO 'userfile:///1/example'

upgrade 0
upgrade all

upgrade 1

upgrade 2
# Wait for upgrade to finalize.
statement ok
SET CLUSTER SETTING version = crdb_internal.node_executable_version()

statement ok
RESTORE TENANT 3 FROM LATEST IN 'userfile:///1/example' with tenant_name = 'baz'
Expand Down

0 comments on commit 6180c0c

Please sign in to comment.