Skip to content

Commit

Permalink
test: re-enable t_fib1 but with a single core fifo pool
Browse files Browse the repository at this point in the history
it should be deterministic now!
  • Loading branch information
c-cube committed Aug 29, 2024
1 parent 10f77d2 commit 993ee3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions test/fiber/dune
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
(tests
(names
t_fls
t_main ; t_fib1
)
(names t_fls t_main t_fib1)
(enabled_if
(>= %{ocaml_version} 5.0))
(package moonpool)
Expand Down
2 changes: 1 addition & 1 deletion test/fiber/t_fib1.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module A = Atomic
module F = Moonpool_fib.Fiber

let ( let@ ) = ( @@ )
let runner = Ws_pool.create ~num_threads:8 ()
let runner = Fifo_pool.create ~num_threads:1 ()

module TS = struct
type t = int list
Expand Down

0 comments on commit 993ee3a

Please sign in to comment.