From 74b487f2249f07bbfca42a4acd028c4b66401464 Mon Sep 17 00:00:00 2001 From: Lucina Stricko Date: Mon, 1 Apr 2024 15:23:29 -0500 Subject: [PATCH] Update docs/LIST_OF_TESTS.md Co-authored-by: agentpoyo --- docs/LIST_OF_TESTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LIST_OF_TESTS.md b/docs/LIST_OF_TESTS.md index ead029dab..c737f47d5 100644 --- a/docs/LIST_OF_TESTS.md +++ b/docs/LIST_OF_TESTS.md @@ -219,7 +219,7 @@ You can read more about horizonal pod autoscaling to create replicas [here](http ## [Zombie Handled](https://github.com/cnti-testcatalog/testsuite/blob/v0.46.0/src/tasks/workload/microservice.cr#L436) - Expectation: Zombie processes are handled/reaped by PID 1 process of containers. -**What's tested:** This tests if PID 1 process of containers handles/reaps zombie processes. +**What's tested:** This tests if the PID 1 process of containers handles/reaps zombie processes. [**Rationale & Reasoning**](../RATIONALE.md#to_check_if_zombie_processes_are_handled_correctly)