Skip to content

Commit 9015a1c

Browse files
craig[bot]Pradyum-Gitiskettaneh
committed
149241: authors: add Pradyum Agarwal to authors r=nameisbhaskar a=Pradyum-Git Epic: None Release note: None 149243: roachtest: increase zone config timeout in change-replicas/mixed-version r=iskettaneh a=iskettaneh There were recently a couple of failures in the test change-replicas/mixed-version. I couldn't find anything that indicates an actual bug. I think that it might have been just a general slowness in the environment. Therefore, this commit increases the zone config timeout from 3m to 4m. References: #148991 Release note: None Co-authored-by: Pradyum <[email protected]> Co-authored-by: iskettaneh <[email protected]>
3 parents 2a307b2 + 8341057 + 42722d9 commit 9015a1c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ PJ Tatlow <[email protected]> pjtatlow <[email protected]>
421421
422422
423423
Poornima Malepati <[email protected]> Poornima <[email protected]>
424+
Pradyum Agarwal <[email protected]>
424425
Pransu Dash <[email protected]>
425426
Pritesh Lahoti <[email protected]>
426427
Rachael Harding <[email protected]>

pkg/cmd/roachtest/tests/mixed_version_change_replicas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func runChangeReplicasMixedVersion(ctx context.Context, t test.Test, c cluster.C
111111
}
112112

113113
var rangeCount int
114-
for i := 0; i < 60; i++ {
114+
for i := 0; i < 80; i++ {
115115
err := h.QueryRow(r, `SELECT count(*) FROM `+
116116
`[SHOW RANGES FROM TABLE test] WHERE $1::int = ANY(replicas)`, node).Scan(&rangeCount)
117117
if err != nil {

0 commit comments

Comments
 (0)