Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor:rename clientside dialoption field 'maxAttempts' #7391

Closed
wants to merge 3 commits into from

Merge pull request #1 from No-SilverBullet/fix/grpc_retry

72b2cf2
Select commit
Loading
Failed to load commit list.
Closed

refactor:rename clientside dialoption field 'maxAttempts' #7391

Merge pull request #1 from No-SilverBullet/fix/grpc_retry
72b2cf2
Select commit
Loading
Failed to load commit list.
Mergeable / Mergeable failed Jan 2, 2025 in 0s

2/3 Fail(s): LABEL, MILESTONE

Status: FAIL

    Here are some stats of the run:
    3 validations were ran.
    1 PASSED
    2 FAILED

Details

❌ Validator: LABEL

  • label does not include "^Type:"
    Input :
    Settings : {"must_include":{"regex":"^Type:"}}

✔️ Validator: DESCRIPTION

  • ✔️ description must include '^RELEASE NOTES:\s([Nn][Oo][Nn][Ee]|[Nn]/[Aa]|\n(*|-)\s.+)$'**
    Input : RELEASE NOTES:
  • Renamed the variable maxCallAttempts to maxRetryAttempts to improve clarity and better represent its purpose.

Recently, I noticed a bug with the RPC client's setting of the maximum number of reconnections. I was very surprised to find that it has been solved in this PR client: implement maxAttempts for retryPolicy . However, I think the meaning of this variable 'maxCallAttempts' are not clear enough, so I submitted this PR to rename this variable.
Settings : {"must_include":{"regex":"^RELEASE NOTES:\\s*([Nn][Oo][Nn][Ee]|[Nn]/[Aa]|\\n(\\*|-)\\s*.+)$","regex_flag":"m"}}

❌ Validator: MILESTONE

  • milestone does not include "Release$"
    Input :
    Settings : {"must_include":{"regex":"Release$"}}