Skip to content

Conversation

@omerap12
Copy link
Member

@omerap12 omerap12 commented Aug 24, 2024

Ⅰ. Describe what this PR does

Remove TODO comment which already implemented

Ⅱ. Does this pull request fix one issue?

fixes #4291

Ⅲ. List the added test cases (unit test/integration test) if any, please explain if no tests are needed.

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@fluid-e2e-bot
Copy link

fluid-e2e-bot bot commented Aug 24, 2024

Hi @omerap12. 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.

@codecov
Copy link

codecov bot commented Aug 24, 2024

Codecov Report

Attention: Patch coverage is 92.85714% with 1 line in your changes missing coverage. Please review.

Project coverage is 62.97%. Comparing base (22e808c) to head (e32e39d).
Report is 1 commits behind head on master.

Files Patch % Lines
pkg/ddc/thin/transform.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4293      +/-   ##
==========================================
+ Coverage   62.90%   62.97%   +0.07%     
==========================================
  Files         483      483              
  Lines       28570    28576       +6     
==========================================
+ Hits        17972    17996      +24     
+ Misses       8393     8375      -18     
  Partials     2205     2205              

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

@cheyang cheyang requested a review from xliuqq August 26, 2024 02:20
@xliuqq
Copy link
Collaborator

xliuqq commented Aug 26, 2024

@cheyang The _helper.tpl in runtime chart's directory has already truncate fullnameOverride to a maximum of 63 characters, here is the code.

{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}}

Should we do it again ?

@cheyang
Copy link
Collaborator

cheyang commented Aug 27, 2024

@cheyang The _helper.tpl in runtime chart's directory has already truncate fullnameOverride to a maximum of 63 characters, here is the code.

{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}}

Should we do it again ?
Good Catch. FYI @omerap12 , I think we can just remove TODO.

Signed-off-by: Omer Aplatony <omerap12@gmail.com>
@omerap12 omerap12 force-pushed the FullnameOverrideLimit branch from e32e39d to 50144bb Compare August 27, 2024 11:37
@sonarqubecloud
Copy link

@omerap12 omerap12 changed the title handling scenarios where FullnameOverride exceeds 63 characters cleanup: Remove unnecessary comment Aug 27, 2024
@omerap12
Copy link
Member Author

@cheyang done :)

Copy link
Collaborator

@cheyang cheyang left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@fluid-e2e-bot
Copy link

fluid-e2e-bot bot commented Aug 28, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cheyang

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

@fluid-e2e-bot fluid-e2e-bot bot merged commit 41eefb6 into fluid-cloudnative:master Aug 28, 2024
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.

[FEATURES] Handle cases where FullnameOverride is too long

3 participants