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
rptests/util/repeat_check: add a flag for returned value stability
`repeat_check` decorator can be used in `wait_until`/`wait_until_result`
to check if the predicate passed for a set number of times in a line.
Add a flag for checking the tuple-returning predicate not only passes
for the requested number of times, but also returns the same value.
0 commit comments