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

Fix(cfg):fix some configs' errors and remove some configs from global config list. #29704

Merged
merged 12 commits into from
Feb 10, 2025

Conversation

xiao-77
Copy link
Contributor

@xiao-77 xiao-77 commented Feb 7, 2025

Description

Please briefly describe the code changes in this pull request.

Checklist

Please check the items in the checklist if applicable.

  • Is the user manual updated?
  • Are the test cases passed and automated?
  • Is there no significant decrease in test coverage?

@xiao-77 xiao-77 requested a review from zitsen as a code owner February 7, 2025 11:44
}

if (!compare) {
code = TSDB_CODE_FAILED;
Copy link
Contributor

Choose a reason for hiding this comment

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

如果执行到该行,code = failed,然后下次循环再执行到 988,code 值会被置为 0,将错误隐藏了。

@guanshengliang guanshengliang merged commit f5c0d5f into main Feb 10, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants