-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
[ISSUE#12748] Support custom client configuration timeout. #12764
[ISSUE#12748] Support custom client configuration timeout. #12764
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #12764 +/- ##
==========================================
Coverage 71.29% 71.29%
- Complexity 9660 9662 +2
==========================================
Files 1278 1278
Lines 41080 41093 +13
Branches 4345 4345
==========================================
+ Hits 29286 29297 +11
- Misses 9732 9733 +1
- Partials 2062 2063 +1
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MatthewAden 麻烦补充下列内容:
- 相关单元测试
- 相关文档
Thanks for your this PR. 🙏 Please check again for your PR changes whether contains any usage/api/configuration change such as
Add new API
,Add new configuration
,Change default value of configuration
. If so, please add or update documents(markdown type) indocs/next/
for repository nacos-group/nacos-group.github.io感谢您提交的PR。 🙏 请再次查看您的PR内容,确认是否包含任何使用方式/API/配置参数的变更,如:
新增API
、新增配置参数
、修改默认配置
等操作。 如果是,请确保在提交之前,在仓库nacos-group/nacos-group.github.io中的docs/next/
目录下添加或更新文档(markdown格式)。
Thanks for your this PR. 🙏 感谢您提交的PR。 🙏 |
好的 |
|
|
UT 和文档均添加完毕,文档 PR 见增加超时时间文档 |
…2764) * Support custom client configuration timeout.(alibaba#12748) * Add UT.(alibaba#12748)
What is the purpose of the change
its closes #12748
Brief changelog
XX
Verifying this change
XXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=true
to make sure basic checks pass. Runmvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.