-
Notifications
You must be signed in to change notification settings - Fork 641
[ISSUE #859] Add unit tests for EventMesh SDK for Java #894
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 #859] Add unit tests for EventMesh SDK for Java #894
Conversation
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.
Welcome to the Apache EventMesh (incubating) community!!
This is your first PR in our project. We're very excited to have you onboard contributing. Your contributions are greatly appreciated!
Please make sure that the changes are covered by tests.
We will be here shortly.
Let us know if you need any help!
Want to get closer to the community?
Mailing Lists:
| Name | Description | Subscribe | Unsubscribe | Archive |
|---|---|---|---|---|
| Users | User support and questions mailing list | Subscribe | Unsubscribe | Mail Archives |
| Development | Development related discussions | Subscribe | Unsubscribe | Mail Archives |
| Commits | All commits to repositories | Subscribe | Unsubscribe | Mail Archives |
Codecov Report
@@ Coverage Diff @@
## master #894 +/- ##
===========================================
+ Coverage 7.13% 8.62% +1.48%
- Complexity 446 509 +63
===========================================
Files 346 346
Lines 21695 21695
Branches 2415 2415
===========================================
+ Hits 1548 1871 +323
+ Misses 20029 19682 -347
- Partials 118 142 +24
Continue to review full report at Codecov.
|
...-java/src/test/java/org/apache/eventmesh/client/grpc/consumer/EventMeshGrpcConsumerTest.java
Show resolved
Hide resolved
|
@wallezhang please fix the conflicts. |
Done. |
qqeasonchen
left a comment
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
|
@ruanwenjun please check if the change you requested is resoved, then can merge it. |
ruanwenjun
left a comment
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
[ISSUE #859] Add unit tests for EventMesh SDK for Java

Fixes ISSUE #859.
Motivation
Add missing unit tests
Modifications
Add unit tests for
eventmesh-sdk-javamodule.Documentation