adoroszlai opened a new pull request, #9438: URL: https://github.com/apache/ozone/pull/9438
## What changes were proposed in this pull request? Docker container logs are missing from xcompat bundles if any test fails. This happens because `COMPOSE_FILE` is defined locally, so it's not visible to the function in `testlib.sh`. Trying to print `$COMPOSE_FILE` in `save_container_logs` results in: ```bash testlib.sh: line 356: COMPOSE_FILE: unbound variable ``` https://issues.apache.org/jira/browse/HDDS-14081 ## How was this patch tested? Introduced test failure (by overwriting exit code in `execute_robot_test`) and ran `test-new.sh` locally. ```bash $ find result -name 'docker*log' | wc -l 19 ``` CI: https://github.com/adoroszlai/ozone/actions/runs/19958967350 -- 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]
