Skip to content

Commit 950ec91

Browse files
add a basic test
1 parent 689e306 commit 950ec91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/distributed_exec.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@ status = timedwait(() -> isready(f), 10)
743743
# CachingPool tests
744744
wp = CachingPool(workers())
745745
@test [1:100...] == pmap(x->x, wp, 1:100)
746+
@test fetch(remotecall(myid, wp)) in wp.workers
746747

747748
clear!(wp)
748749
@test length(wp.map_obj2ref) == 0

0 commit comments

Comments
 (0)