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
143755: explain: fix recently added TestRetryFields r=yuzefovich a=yuzefovich
This test rarely flaked because we could see a decimal point in the time spent retrying which the regex didn't account for. This commit fixes the pattern as well as refactors the test to provide more context about the failure to make it easier to understand.
An example failure before this change would include the output line like
```
time spent retrying the transaction: 2.8s
```
Fixes: #143649.
Fixes: #143721.
Fixes: #143724.
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments