forked from libuv/libuv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A couple of ipc tests failures where undercover by the previous commit. - In `ipc-heavy-traffic-deadlock-bug`, `uv_shutdown` can fail with `UV_ENOTCONN`. Allow it. - `ipc_closed_handle` was failing consistently on `Centos6` because the first large write was completed in just one syscall. Also, there were issues with the lifetime of the `uv_write_t` requests. Refactor the test so it passes consistently on `Centos6` while fixing the `uv_write_t` issues. PR-URL: libuv#2108 Reviewed-By: Colin Ihrig <[email protected]>
- Loading branch information
1 parent
0c9586a
commit 1698be7
Showing
2 changed files
with
59 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters