Skip to content

Commit 0e227e4

Browse files
committed
update domainslib/task_one_dep names
1 parent 8fb8e6f commit 0e227e4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/domainslib/task_one_dep.ml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ let build_dep_graph pool test_input =
115115
build 0 []
116116

117117
let test_one_pool ~domain_bound ~promise_bound =
118-
Test.make ~name:"Task.async/await, one dep, 1 work pool" ~count:100
119-
(*Test.make ~retries:50 ~name:"Task.async/await" ~count:100*)
118+
Test.make ~name:"Domainslib.Task.async/await, one dep, 1 work pool" ~count:100
120119
(arb_deps domain_bound promise_bound)
121120
((*Util.fork_prop_with_timeout 10*)
122121
Util.repeat 10 @@
@@ -132,7 +131,7 @@ let test_one_pool ~domain_bound ~promise_bound =
132131

133132
let test_two_pools_sync_last ~domain_bound ~promise_bound =
134133
let gen = arb_deps domain_bound promise_bound in
135-
Test.make ~name:"Task.async/await, one dep, w.2 pools, syncing at the end" ~count:100
134+
Test.make ~name:"Domainslib.Task.async/await, one dep, w.2 pools, syncing at the end" ~count:100
136135
(pair gen gen)
137136
((*Util.fork_prop_with_timeout 10 @@*)
138137
Util.repeat 10 @@
@@ -151,7 +150,7 @@ let test_two_pools_sync_last ~domain_bound ~promise_bound =
151150

152151
let test_two_nested_pools ~domain_bound ~promise_bound =
153152
let gen = arb_deps domain_bound promise_bound in
154-
Test.make ~name:"Task.async/await, one dep, w.2 nested pools" ~count:100
153+
Test.make ~name:"Domainslib.Task.async/await, one dep, w.2 nested pools" ~count:100
155154
(pair gen gen)
156155
((*Util.fork_prop_with_timeout 10 @@*)
157156
Util.repeat 10 @@

0 commit comments

Comments
 (0)