Merged
Conversation
lightClouds917
requested changes
Dec 25, 2023
test-mock-server/src/main/java/io/seata/mockserver/MockCoordinator.java
Outdated
Show resolved
Hide resolved
1 task
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6205 +/- ##
============================================
+ Coverage 49.03% 49.81% +0.78%
- Complexity 4786 4931 +145
============================================
Files 915 917 +2
Lines 31896 32010 +114
Branches 3855 3862 +7
============================================
+ Hits 15641 15947 +306
+ Misses 14699 14505 -194
- Partials 1556 1558 +2 |
1 task
slievrly
reviewed
Dec 27, 2023
slievrly
reviewed
Dec 27, 2023
test-mock-server/src/main/java/io/seata/mockserver/MockCoordinator.java
Outdated
Show resolved
Hide resolved
Member
|
Please add change log |
slievrly
reviewed
Jan 6, 2024
slievrly
reviewed
Jan 6, 2024
Member
slievrly
left a comment
There was a problem hiding this comment.
Pls add mock-server's test set to the test module.
Contributor
Author
done |
1 task
YvCeung
pushed a commit
to YvCeung/incubator-seata
that referenced
this pull request
Dec 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ⅰ. Describe what this PR did
提供mock-server能力,允许客户端进行通信方面的测试,同时为多版本协议的完整测试提供基础。
目前所有接口都默认返回成功,打算这几天用http接口控制模式,模拟普通提交、普通回滚、一阶段超时等等场景。大家有更好的建议也可以提出
Provides mock-server capability to allow client-side testing of communication aspects while providing a basis for complete testing of multiple versions of protocols.
Currently all interfaces return success by default, and intend to use the http interface control mode in the next few days to simulate scenarios such as normal commits, normal rollbacks, one-phase timeouts, and so on.
You can also suggest better suggestions
Ⅱ. Does this pull request fix one issue?
fixes #6212
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews