test: re-enable t_fib1 but with a single core fifo pool

it should be deterministic now!
This commit is contained in:
Simon Cruanes 2024-08-29 10:39:17 -04:00
parent 10f77d218a
commit 993ee3a197
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 5 deletions

View file

@ -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)

View file

@ -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