This PR is to add comments to TestGetAPIGatewayStatus in pkg/ddc/alluxio/api_gateway_test.go.#6074
Conversation
…pi_gateway_test.go.
|
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 Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
There was a problem hiding this comment.
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.
|
|
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 Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
|
[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 DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@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 Please resolve this now. For a single-commit PR: For multiple commits on this branch: 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 |



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