You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments