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
The test tries to create second host accessor to the buffer while the
first one still alive. This leads to hang.
The patch moves the first host accessor to the scope so it is destructed
before construction of the second host accessor.
Signed-off-by: Vlad Romanov <[email protected]>
0 commit comments