Skip to content

Commit a76576e

Browse files
committed
Revert "quicktest: disable open 1024 fds on startup for now"
This reverts commit 7dabd1e. It was only needed on master, and we have to revert it on the epoll branch to reenable testing. Signed-off-by: Edwin Török <[email protected]>
1 parent 7dabd1e commit a76576e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ocaml/libs/xapi-stdext/lib/xapi-stdext-unix/test/unixext_test.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,5 +286,4 @@ let tests =
286286
let () =
287287
(* avoid SIGPIPE *)
288288
let (_ : Sys.signal_behavior) = Sys.signal Sys.sigpipe Sys.Signal_ignore in
289-
(* TODO: reenable once the epoll branch is merged Xapi_stdext_unix.Unixext.test_open 1024 *)
290-
()
289+
Xapi_stdext_unix.Unixext.test_open 1024

0 commit comments

Comments
 (0)