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
Currently most of the tests we have a using regular file descriptors (AsyncFd<File>). This is issue about doubling up on all tests writing them in such a way that they test both regular and direct descriptors (AsyncFd<Direct>).
The text was updated successfully, but these errors were encountered:
Currently most of the tests we have a using regular file descriptors (
AsyncFd<File>
). This is issue about doubling up on all tests writing them in such a way that they test both regular and direct descriptors (AsyncFd<Direct>
).The text was updated successfully, but these errors were encountered: