-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
test: support Redis integration testing #6466
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6466 +/- ##
============================================
+ Coverage 50.26% 51.08% +0.82%
- Complexity 5242 5292 +50
============================================
Files 942 942
Lines 33270 33270
Branches 4030 4030
============================================
+ Hits 16722 16996 +274
+ Misses 14929 14605 -324
- Partials 1619 1669 +50 |
server/src/test/java/org/apache/seata/server/session/redis/RedisDistributedLockerTest.java
Outdated
Show resolved
Hide resolved
server/src/test/java/org/apache/seata/server/session/redis/RedisDistributedLockerTest.java
Outdated
Show resolved
Hide resolved
config/seata-config-core/src/test/java/org/apache/seata/config/FileConfigurationTest.java
Outdated
Show resolved
Hide resolved
…/FileConfigurationTest.java
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.
LGTM
Ⅰ. Describe what this PR did
Ⅱ. 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