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
fix: implement errors.Is for all errors in the set
Previously it matched only a single error if the set consists of a
single error. But the retry might fail many times on some expected error
followed by unexpected error which we want to test for with 'errors.Is'.
Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
0 commit comments