Skip to content

Commit

Permalink
Revert "test integrity of Base.client_refs (test for #16472)" (#16549)
Browse files Browse the repository at this point in the history
This reverts commit c2602ef.
  • Loading branch information
amitmurthy committed May 24, 2016
1 parent a7cf985 commit fe23b88
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions test/parallel_exec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -978,20 +978,3 @@ for i = 1:10^n
fetch(@spawnat myid() myid())
end

# check integrity of `client_refs` on each worker - test for github PR #16472
@everywhere begin
function check_client_refs()
for (k,v) in Base.client_refs
@assert k.whence > 0
@assert k.id > 0
if k.where == 0
@assert v==false
else
@assert v==true
end
end
return true
end
end

@test all(asyncmap(p->remotecall_fetch(check_client_refs, p), procs()))

0 comments on commit fe23b88

Please sign in to comment.