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

[ISSUE #4298] zombie -> pass update PENDING_SYNC #4430

Merged
merged 3 commits into from
Mar 9, 2023

Conversation

iwangjie
Copy link
Contributor

@iwangjie iwangjie commented Mar 4, 2023

FIX #4298

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed ./mvnw clean install -Dmaven.javadoc.skip=true.

@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2023

Codecov Report

Merging #4430 (0e420f8) into master (60a5da4) will increase coverage by 0.01%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             master    #4430      +/-   ##
============================================
+ Coverage     67.99%   68.00%   +0.01%     
- Complexity     7533     7536       +3     
============================================
  Files          1026     1026              
  Lines         29100    29101       +1     
  Branches       2611     2611              
============================================
+ Hits          19787    19791       +4     
+ Misses         7753     7752       -1     
+ Partials       1560     1558       -2     
Impacted Files Coverage Δ
...henyu/admin/service/impl/UpstreamCheckService.java 66.28% <0.00%> (+0.19%) ⬆️
...che/shenyu/sync/data/http/HttpSyncDataService.java 85.71% <0.00%> (-4.09%) ⬇️
...he/shenyu/plugin/grpc/client/ShenyuGrpcClient.java 12.00% <0.00%> (+4.00%) ⬆️
...ache/shenyu/plugin/grpc/cache/GrpcClientCache.java 100.00% <0.00%> (+31.25%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@yu199195 yu199195 added this to the 2.6.0 milestone Mar 9, 2023
@yu199195 yu199195 merged commit 8695376 into apache:master Mar 9, 2023
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.

[BUG]UpstreamCheckService#check error
3 participants