Skip to content

Commit 06c470b

Browse files
committed
sql: give cluster time to upgrade under test
In local 3-node testing the upgrade takes ~80s to get to the cluster version bump so relaxing the retries helps the tests pass. Epic: none Fixes: #154550, #154077 Release note: None
1 parent 552cfcb commit 06c470b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sql/logictest/testdata/logic_test/mixed_version_upgrade_preserve_ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ upgrade all
1616
# Verify that the cluster version upgrades have begun by asserting we're no
1717
# longer on the previous version. Note that the first cluster upgrade is the
1818
# one that repairs all descriptors.
19-
query B retry
19+
query B retry retry_duration 90s
2020
SELECT version != '$initial_version' FROM [SHOW CLUSTER SETTING version]
2121
----
2222
true

0 commit comments

Comments
 (0)