-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
5
-
False
-
None
-
False
-
-
Story
When running the tests with pruner configuration enabled, pipeline performance testing framework does not capture the YAML configurations for PR/TR/Pod objects from K8s as they are collected during the post-testing phase.
The main objective of this story is to rework on the YAML collection strategy to be able to capture the definitions even in presence of pruner.
Need to consider the following factors:
- The object definition should be captured before the object is pruned.
- The object definition should include the latest status of the PR/TR/Pod before the termination.
Acceptance Criteria
- Latest YAML definitions for PR/TR/Pod should be captured prior to its deletion or at end of the test.
- Test the setup against different scenarios for "with pruner" and "without pruner". Make sure the total count of PR/TR/Pod matches the expected count.