adoroszlai opened a new pull request, #8701: URL: https://github.com/apache/ozone/pull/8701
## What changes were proposed in this pull request? Reduce the amount of config setup required to enable Byteman listener in each Docker Compose environment. - Pick up `BYTEMAN_HOME` from new image. - Set agent argument in `entrypoint.sh` instead of extra compose file. https://issues.apache.org/jira/browse/HDDS-13337 ## How was this patch tested? ``` ============================================================================== Byteman Faults Sample ============================================================================== Print All Byteman Rules | PASS | ------------------------------------------------------------------------------ Inject Byteman Rule in one component | PASS | ------------------------------------------------------------------------------ Inject Multiple Byteman Rules in one component | PASS | ------------------------------------------------------------------------------ Test Datanode Only Fault Injection | PASS | ------------------------------------------------------------------------------ Test OM Only Fault Injection | PASS | ------------------------------------------------------------------------------ Test SCM Only Fault Injection | PASS | ------------------------------------------------------------------------------ Byteman Faults Sample | PASS | 6 tests, 6 passed, 0 failed ============================================================================== ``` https://github.com/adoroszlai/ozone/actions/runs/15883839733/job/44791697426#step:13:143 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
