Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashi Gowda committed Sep 21, 2017
1 parent 2a211ce commit 28c1c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ end
inmem(ref, pid=myid()) = remotecall_fetch(id -> MemPool.isinmemory(MemPool.datastore[id]), ref.owner, ref.id)
@testset "lru free" begin
@everywhere MemPool.max_memsize[] = 8*10
@everywhere MemPool.spilltodisk[] = true
r1 = poolset([1,2], 2)
r2 = poolset([1,2,3], 2)
r3 = poolset([1,2,3,4,5], 2)
Expand Down

0 comments on commit 28c1c04

Please sign in to comment.