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(aarch64): drop fds in unit tests before asserts
If test need to drop fd, it needs to do that before assert
checks. Otherwise if assert fails, the IO safety error will
occur instead of the assertion error.
Signed-off-by: Egor Lazarchuk <[email protected]>
0 commit comments