Skip to content

Commit

Permalink
Julia 1.6 doesn't show PID
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Mar 8, 2024
1 parent bf24435 commit 2e3763c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ end

logs = String(take!(pod.logs))
@test delete_duration < TERMINATION_GRACE_PERIOD_SECONDS
@test contains(logs, "[1] signal (15): Terminated\nin expression starting at")
@test contains(logs, "signal (15): Terminated\nin expression starting at")
@test !any(event -> event.reason == "FailedPreStopHook", get_events(pod).items)
end

Expand Down

0 comments on commit 2e3763c

Please sign in to comment.