Skip to content

Commit

Permalink
update PK reset tests
Browse files Browse the repository at this point in the history
  • Loading branch information
omlins committed Oct 15, 2024
1 parent 886742a commit 7b309d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ParallelKernel/test_reset_parallel_kernel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Base.retry_load_extensions() # Potentially needed to load the extensions after t
@init_parallel_kernel($package, Float64)
@require @is_initialized() && @get_package() == $package
@reset_parallel_kernel()
@test length(@symbols($(@__MODULE__), Data)) == 1
@test length(@symbols($(@__MODULE__), Data)) <= 1
@test length(@symbols($(@__MODULE__), TData)) <= 1
@test !@is_initialized()
@test @get_package() == $PKG_NONE
@test @get_numbertype() == $NUMBERTYPE_NONE
Expand Down

0 comments on commit 7b309d2

Please sign in to comment.