Skip to content

HDDS-16114. Avoid misleading Ozone mount warning in acceptance test results - #10979

Draft
smengcl wants to merge 1 commit into
apache:masterfrom
smengcl:HDDS-16114
Draft

HDDS-16114. Avoid misleading Ozone mount warning in acceptance test results#10979
smengcl wants to merge 1 commit into
apache:masterfrom
smengcl:HDDS-16114

Conversation

@smengcl

@smengcl smengcl commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

The acceptance test helper uses the Ozone runner image to combine Robot Framework results with rebot.

The runner image's default entrypoint expects Ozone to be mounted at /opt/hadoop. Report aggregation does not need that mount, but the entrypoint still emits:

To use Ozone please mount ozone folder to /opt/hadoop

This change overrides the container entrypoint with bash and passes the existing rebot command through -c. This bypasses the irrelevant mount check while preserving the existing volumes, working directory, command, and output handling.

What is the link to the Apache JIRA

https://issues.apache.org/jira/browse/HDDS-16114

How was this patch tested?

Fork CI was run at commit 026dd7ce2ab029da87c023bae532d014a364a51a:

https://github.com/smengcl/hadoop-ozone/actions/runs/31296676320/attempts/2

All acceptance jobs passed after retry, including:

The complete logs for these jobs confirm that rebot generated the combined XML files and final log.html and report.html. None of the logs contains the /opt/hadoop mount warning.

The first attempt had SCM safe-mode startup timeouts in the EC and misc acceptance jobs. Both jobs passed on retry, confirming that those failures were transient and unrelated to this change.

The rerun recorded 42 successful and 2 skipped jobs. The remaining non-green jobs were unrelated integration-test results:

  • integration (om) failed in TestOMRatisSnapshots.testInstallSnapshotWithClientWrite because an expected snapshot was null.
  • integration (flaky) was cancelled after hanging in TestBlockOutputStreamWithFailures.

Generated-by: Codex (GPT-5)

Copilot AI lite review requested due to automatic review settings August 9, 2026 20:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@smengcl
smengcl requested a balanced review from Copilot August 10, 2026 04:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@smengcl smengcl added the test label Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants