Skip to content

This PR is to add comments to TestGetAPIGatewayStatus in pkg/ddc/alluxio/api_gateway_test.go.#6074

Open
aysgg wants to merge 1 commit into
fluid-cloudnative:masterfrom
aysgg:add-comments-to-TestGetAPIGatewayStatus
Open

This PR is to add comments to TestGetAPIGatewayStatus in pkg/ddc/alluxio/api_gateway_test.go.#6074
aysgg wants to merge 1 commit into
fluid-cloudnative:masterfrom
aysgg:add-comments-to-TestGetAPIGatewayStatus

Conversation

@aysgg

@aysgg aysgg commented Jun 28, 2026

Copy link
Copy Markdown

I. Describe what this PR does
Add comments to TestGetAPIGatewayStatus function in pkg/ddc/alluxio/api_gateway_test.go.

II. Does this pull request fix one issue?
fixes #6073

III. Special notes for reviews
N/A

@fluid-e2e-bot

fluid-e2e-bot Bot commented Jun 28, 2026

Copy link
Copy Markdown

Hi @aysgg. Thanks for your PR.

I'm waiting for a fluid-cloudnative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@gemini-code-assist gemini-code-assist Bot 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.

Code Review

This pull request adds a detailed documentation comment to the TestGetAPIGatewayStatus function in pkg/ddc/alluxio/api_gateway_test.go, explaining the test's purpose, cases, and expected endpoint format. There are no review comments to address, and I have no further feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@sonarqubecloud

Copy link
Copy Markdown

@cheyang

cheyang commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Thanks for documenting TestGetAPIGatewayStatus. The doc comment accurately describes what the test exercises (two cases covering the default namespace and the fluid-system namespace) and matches the actual endpoint format string used in the assertions. No code paths change, so behavior is unaffected and the file remains gofmt-clean. Looks good to merge once the DCO sign-off is added.

@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.77%. Comparing base (bf04633) to head (2a0c023).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6074   +/-   ##
=======================================
  Coverage   64.77%   64.77%           
=======================================
  Files         484      484           
  Lines       33892    33892           
=======================================
  Hits        21954    21954           
  Misses      10215    10215           
  Partials     1723     1723           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fluid-e2e-bot

fluid-e2e-bot Bot commented Jun 29, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@cheyang

cheyang commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

@aysgg — this PR is blocked from merging by a failing DCO check, and it has been in that state since the PR was opened. The DCO bot requires every commit to carry a Signed-off-by: trailer; without it the PR cannot land regardless of lgtm / approved labels or green CI.

Please resolve this now. For a single-commit PR:

git commit --amend -s
git push --force-with-lease

For multiple commits on this branch:

git rebase --signoff origin/master
git push --force-with-lease

The code review side is finished and the merge labels are already on. DCO is the only remaining gate — once it turns green this PR is queued to merge. Reference: https://github.com/apps/dco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add comments to TestGetAPIGatewayStatus in pkg/ddc/alluxio/api_gateway_test.go.

2 participants