adoroszlai opened a new pull request, #7457:
URL: https://github.com/apache/ozone/pull/7457
## What changes were proposed in this pull request?
Acceptance test fails on Mac while generating Rebot report.
```
mktemp: unrecognized option `--suffix'
usage: mktemp [-d] [-p tmpdir] [-q] [-t prefix] [-u] template ...
mktemp [-d] [-p tmpdir] [-q] [-u] -t prefix
```
On even older version:
```
mktemp: illegal option -- -
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
mktemp [-d] [-q] [-u] -t prefix
```
https://issues.apache.org/jira/browse/HDDS-11755
## How was this patch tested?
Tested the `mktemp` command on both Mac and Linux.
CI:
https://github.com/adoroszlai/ozone/actions/runs/11921031854
Excerpt from log where the temp dir is used (`rebot-71Ma3M`):
```
renamed
'/home/runner/work/ozone/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/rebot-71Ma3M/log.html'
->
'/home/runner/work/ozone/ozone/hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/result/log.html'
```
--
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]