Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Dec 5, 2024
1 parent ca3e6b7 commit ee12aa5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/test_one_terminate_all.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ terminated = true
function terminate(::Timer)
global terminated
terminated = false
@error "[tast_one_terminate_all] failed to stop all processes"
shutdown()

return nothing
end

Expand All @@ -27,14 +25,11 @@ end
Timer(terminate, 5)

try
#spec = [process(task_all), process(task_one), process(task_all)]
spec = [process("p1", task_all), process("p2", task_one), process("p3", task_all)]

sv = supervise(spec; strategy=:one_terminate_all, terminateif=:empty)

Visor.dump()
info = procs()
@info "processes: $info"

@test terminated
finally
Expand Down

0 comments on commit ee12aa5

Please sign in to comment.