Commit 0beff06
committed
roachtest: skip latency verification for 2 mins after getting to steady state
This patch modifies the latency verifier to sleep for 2 minutes after detecting
steady state (i.e. catchup scan/ initial scan completion), so a test doesn't
flake after a temporary post catchup scan latency blip.
Informs #156707
Release note: none1 parent 930e2ef commit 0beff06
File tree
2 files changed
+9
-1
lines changed- pkg/cmd/roachtest/tests
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1205 | 1205 | | |
1206 | 1206 | | |
1207 | 1207 | | |
| 1208 | + | |
1208 | 1209 | | |
1209 | 1210 | | |
1210 | 1211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
147 | 150 | | |
148 | 151 | | |
149 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
150 | 157 | | |
151 | 158 | | |
152 | 159 | | |
| |||
0 commit comments