Commit fa7774c
gopls/internal/test/integration: reduce flakes in TestTelemetryPrompt
Issue golang/go#71590 describes the likely source of flakiness of
TestTelemetryPrompt_Response: the test will flake if the UTC day has
changed between the start of TestMain and the start of the test. While
we cannot fix this flakiness without a change to x/telemetry, we can
significantly reduce it by first causing a file rotation check at the
start of the test.
For golang/go#68659
Change-Id: I22b6b41ebadbea1f4af0b7d4dc64dbfcf617cefd
Reviewed-on: https://go-review.googlesource.com/c/tools/+/647436
Auto-Submit: Robert Findley <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Jonathan Amsterdam <[email protected]>1 parent 8baecea commit fa7774c
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
279 | 292 | | |
280 | 293 | | |
281 | 294 | | |
| |||
0 commit comments