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
Some LTP tests were failing randomly when trying to close filedescriptor. This was happening especialy we used multithreaded approach instead of multiprocess mostly for networking related syscalls. In multithreaded workaround sometimes filedescriptors were not available when trying to close. So we are checking if filedescriptor is >= 0 before closing it.
Some LTP tests were failing randomly when trying to close filedescriptor. This was happening especialy we used multithreaded approach instead of multiprocess mostly for networking related syscalls. In multithreaded workaround sometimes filedescriptors were not available when trying to close. So we are checking if filedescriptor is >= 0 before closing it.
LTP tests fixed with this pattern: (Count: 11)
epoll-ltp
getsockopt02
recvfrom01
recvmsg01
send01
sendfile02, sendfile05, sendfile06
sendmsg01
sendto01
setreuid07
The text was updated successfully, but these errors were encountered: