File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Test.check_exn
7676 (RT. arb_cmds_triple seq_len par_len)
7777 (fun input ->
7878 try
79- ignore (RT. lin_prop input);
79+ ignore (Util.Domain_pair. run ( fun pool -> RT. lin_prop ~pool input) );
8080 Atomic. get cleanup_counter = 0
8181 with
8282 | RConf. Already_cleaned -> failwith " Already cleaned"
Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ for _i=1 to 100 do
8989 try
9090 Test. check_exn ~rand
9191 (Test. make ~count: 1000 ~name: " STM ensure cleanup test parallel"
92- (RT_dom. arb_cmds_triple 20 12 ) RT_dom. agree_prop_par) (* without retries *)
92+ (RT_dom. arb_cmds_triple 20 12 )
93+ (fun triple -> Util.Domain_pair. run (fun pool -> RT_dom. agree_prop_par ~pool triple))) (* without retries *)
9394 with _e -> incr i; assert (! status = Some Cleaned );
9495done ;
9596assert (! i = 100 );
You can’t perform that action at this time.
0 commit comments