Skip to content

Commit 979a6a5

Browse files
authored
Merge pull request #153595 from jbowens/24.1-diskstall-walfailover-2s
release-24.1: roachtest: relax WAL failover latency requirement
2 parents a1fb735 + 6204b71 commit 979a6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/disk_stall.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func runDiskStalledWALFailover(
163163
})
164164

165165
for _, dp := range data.Results[0].Datapoints {
166-
if dur := time.Duration(dp.Value); dur > time.Second {
166+
if dur := time.Duration(dp.Value); dur > 2*time.Second {
167167
t.Errorf("unexpectedly high p99.99 latency %s at %s", dur, timeutil.Unix(0, dp.TimestampNanos).Format(time.RFC3339))
168168
}
169169
}

0 commit comments

Comments
 (0)