Skip to content

Commit

Permalink
xapi-fd-test: switch to testing Unixext.select
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Aug 15, 2024
1 parent d9d3001 commit 5b756b2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ let test_proxy =

let run_select ro wo errs timeout =
let dt = Mtime_clock.counter () in
let r = Unix.select ro wo errs timeout in
let r = Unixext.select ro wo errs timeout in
(Mtime_clock.count dt, timeout, r)

(* delays as long as 28.4ms were observed with epoll
Expand Down Expand Up @@ -286,5 +286,4 @@ let tests =
let () =
(* avoid SIGPIPE *)
let (_ : Sys.signal_behavior) = Sys.signal Sys.sigpipe Sys.Signal_ignore in
(* Reenable this on the epoll branch: Xapi_stdext_unix.Unixext.test_open 1024 *)
()
Xapi_stdext_unix.Unixext.test_open 1024

0 comments on commit 5b756b2

Please sign in to comment.