sarvekshayr opened a new pull request, #8783: URL: https://github.com/apache/ozone/pull/8783
## What changes were proposed in this pull request? Added Byteman rules to inject container states `UNHEALTHY`, `DELETED`, and `INVALID` in order to test and validate the output of `ozone debug replicas verify --container-state`. This ensures that the `ContainerStateVerifier` correctly identifies and reports that the checks have failed. ## What is the link to the Apache JIRA [HDDS-13326](https://issues.apache.org/jira/browse/HDDS-13326) ## How was this patch tested? CI: https://github.com/sarvekshayr/ozone/actions/runs/16200808599/job/45739884752#step:13:193 ``` ============================================================================== Container-State-Verifier :: Test container state on a UNHEALTHY, DELETED an... ============================================================================== Verify Container State With Unhealthy Container Replica | PASS | ------------------------------------------------------------------------------ Verify Container State With Deleted Container Replica | PASS | ------------------------------------------------------------------------------ Verify Container State With Invalid Container Replica | PASS | ------------------------------------------------------------------------------ Container-State-Verifier :: Test container state on a UNHEALTHY, D... | PASS | 3 tests, 3 passed, 0 failed ============================================================================== ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org