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
test: fix metrics flake in TestSurfaceFightError (#1812)
The previous change fixed the flakiness with the RootSync status
validation, but now the metrics validation is still flaky because the
async status updates may stop before the expected number of fight
metrics are emitted. This change validates the RootSync status and
metric in parallel and only stops the async status updates once both
conditions succeed/timeout.
Also adds an initial assertion to verify there are no fight errors at
the beginning.
0 commit comments