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

【doc】add auto test doc #973

Merged
merged 1 commit into from
Nov 25, 2022

Conversation

justforstudy-A
Copy link
Collaborator

@justforstudy-A justforstudy-A commented Nov 24, 2022

What type of PR is this?

/feat

Which issue(s) this PR fixes:

Fixes #974

Use case description:

  1. add doc for auto test
  2. add integration test dir for auto test
  3. add upper for context num for flowcontrol

Does this PR introduce a user-facing change?

No

Additional documentation e.g., usage docs, etc.:

No

@justforstudy-A justforstudy-A added area/docs Issues or PRs releated to sermant document kind/unit-test Issues or PRs releated to sermant test labels Nov 24, 2022
@justforstudy-A justforstudy-A self-assigned this Nov 24, 2022
@justforstudy-A justforstudy-A force-pushed the auto-test-doc-v2 branch 2 times, most recently from 244768f to 3506d4b Compare November 24, 2022 09:56
@codecov
Copy link

codecov bot commented Nov 24, 2022

Codecov Report

Base: 44.50% // Head: 44.34% // Decreases project coverage by -0.15% ⚠️

Coverage data is based on head (dd0c4e1) compared to base (6133b39).
Patch has no changes to coverable lines.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #973      +/-   ##
=============================================
- Coverage      44.50%   44.34%   -0.16%     
+ Complexity      2805     2797       -8     
=============================================
  Files            660      660              
  Lines          14580    14580              
  Branches        1620     1620              
=============================================
- Hits            6489     6466      -23     
- Misses          7314     7337      +23     
  Partials         777      777              
Flag Coverage Δ
unittests 44.34% <ø> (-0.16%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...i/fowcontrol/res4j/chain/context/ChainContext.java 91.66% <ø> (+4.16%) ⬆️
...er/spring/interceptor/RouteHandlerInterceptor.java 0.00% <0.00%> (-80.96%) ⬇️
...nterceptors/DiscoveryClientServiceInterceptor.java 38.46% <0.00%> (-30.77%) ⬇️
...router/dubbo/strategy/type/ObjectTypeStrategy.java 71.42% <0.00%> (-14.29%) ⬇️
...mplement/service/tracing/sender/TracingSender.java 63.49% <0.00%> (-4.77%) ⬇️
...ter/spring/interceptor/FeignClientInterceptor.java 75.00% <0.00%> (-3.13%) ⬇️
...y/interceptors/health/EurekaHealthInterceptor.java 64.70% <0.00%> (+5.88%) ⬆️
...r/spring/interceptor/HystrixActionInterceptor.java 66.66% <0.00%> (+11.11%) ⬆️
...awei/registry/handler/SingleStateCloseHandler.java 89.28% <0.00%> (+17.85%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

lilai23
lilai23 previously approved these changes Nov 25, 2022
修复路径问题

修复流控最大context问题

测试完remove线程变量
Copy link
Collaborator

@robotLJW robotLJW left a comment

Choose a reason for hiding this comment

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

/lgtm

@robotLJW robotLJW added the status/lgtm Indicates that a PR is ready to be merged. label Nov 25, 2022
@robotLJW robotLJW added this to the v0.8.0 milestone Nov 25, 2022
@robotLJW robotLJW merged commit 4804c3f into sermant-io:develop Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Issues or PRs releated to sermant document kind/unit-test Issues or PRs releated to sermant test status/lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

【doc】add doc for auto test
3 participants