Skip to content

Commit

Permalink
Merge pull request #1941 from martin-mat/zombie_handled_desc
Browse files Browse the repository at this point in the history
Fix wrong description for zombie_handled
  • Loading branch information
agentpoyo authored Apr 1, 2024
2 parents daccafa + 40d13e7 commit 31d8cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/workload/microservice.cr
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ task "single_process_type" do |t, args|
end
end

desc "Are the SIGTERM signals handled?"
desc "Are the zombie processes handled?"
task "zombie_handled" do |t, args|
CNFManager::Task.task_runner(args, task: t) do |args,config|
task_response = CNFManager.workload_resource_test(args, config, check_containers:false ) do |resource, container, initialized|
Expand Down

0 comments on commit 31d8cd4

Please sign in to comment.