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

feature: add console transaction control #7024

Open
wants to merge 17 commits into
base: 2.x
Choose a base branch
from

Conversation

xjlgod
Copy link
Contributor

@xjlgod xjlgod commented Nov 22, 2024

  • I have registered the PR changes.

Ⅰ. Describe what this PR did

feature: add console transaction control
the origin branch is summer-code_trxOPS

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

Copy link

codecov bot commented Dec 1, 2024

Codecov Report

Attention: Patch coverage is 38.21138% with 380 lines in your changes missing coverage. Please review.

Project coverage is 52.49%. Comparing base (26950b6) to head (7f48246).

Files with missing lines Patch % Lines
...ata/server/console/impl/AbstractGlobalService.java 34.28% 45 Missing and 1 partial ⚠️
...e/seata/server/coordinator/DefaultCoordinator.java 21.05% 29 Missing and 1 partial ⚠️
...ata/server/console/impl/AbstractBranchService.java 46.15% 21 Missing and 7 partials ⚠️
...console/impl/redis/GlobalLockRedisServiceImpl.java 0.00% 28 Missing ⚠️
...che/seata/server/console/impl/AbstractService.java 60.60% 22 Missing and 4 partials ⚠️
...protocol/transaction/BranchDeleteRequestCodec.java 59.61% 9 Missing and 12 partials ⚠️
...erver/console/impl/db/GlobalLockDBServiceImpl.java 0.00% 19 Missing ⚠️
...ain/java/org/apache/seata/rm/tcc/RMHandlerTCC.java 0.00% 17 Missing ⚠️
...core/protocol/transaction/BranchDeleteRequest.java 0.00% 16 Missing ⚠️
...src/main/java/org/apache/seata/rm/RMHandlerXA.java 0.00% 16 Missing ⚠️
... and 23 more
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #7024      +/-   ##
============================================
- Coverage     52.66%   52.49%   -0.17%     
- Complexity     6643     6715      +72     
============================================
  Files          1126     1139      +13     
  Lines         40142    40746     +604     
  Branches       4707     4794      +87     
============================================
+ Hits          21139    21390     +251     
- Misses        16990    17314     +324     
- Partials       2013     2042      +29     
Files with missing lines Coverage Δ
...ava/org/apache/seata/common/ConfigurationKeys.java 0.00% <ø> (ø)
...c/main/java/org/apache/seata/common/Constants.java 100.00% <ø> (ø)
...in/java/org/apache/seata/common/DefaultValues.java 0.00% <ø> (ø)
...in/java/org/apache/seata/common/result/Result.java 0.00% <ø> (ø)
...seata/core/exception/TransactionExceptionCode.java 100.00% <100.00%> (ø)
...java/org/apache/seata/core/model/BranchStatus.java 100.00% <100.00%> (ø)
...java/org/apache/seata/core/model/GlobalStatus.java 97.67% <100.00%> (-2.33%) ⬇️
...ache/seata/core/rpc/netty/NettyRemotingServer.java 87.75% <100.00%> (+0.25%) ⬆️
...he/seata/core/rpc/netty/RmNettyRemotingClient.java 53.28% <100.00%> (+0.69%) ⬆️
...lizer/protobuf/manager/ProtobufConvertManager.java 100.00% <100.00%> (ø)
... and 43 more

... and 8 files with indirect coverage changes

@xjlgod xjlgod changed the title [WIP] feature: add console transaction control feature: add console transaction control Dec 11, 2024
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.

2 participants