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

test for broker-tcp and nmq-mqtt #515

Merged
merged 11 commits into from
Apr 19, 2023
Merged

test for broker-tcp and nmq-mqtt #515

merged 11 commits into from
Apr 19, 2023

Conversation

StargazerWayne
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Apr 17, 2023

Codecov Report

Patch coverage has no change and project coverage change: +2.45 🎉

Comparison is base (d4cb031) 51.27% compared to head (a04a657) 53.73%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #515      +/-   ##
==========================================
+ Coverage   51.27%   53.73%   +2.45%     
==========================================
  Files         120      120              
  Lines       36422    36416       -6     
==========================================
+ Hits        18677    19569     +892     
+ Misses      17745    16847     -898     

see 24 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

tests/trantest.h Outdated
}
if (nng_ctx_open(&work->ctx, tt->repsock) != 0) {
printf("ctx_open fail\n");
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using assert or something else instead of IF or PRINTF ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got it

tests/trantest.h Show resolved Hide resolved
tests/trantest.h Outdated Show resolved Hide resolved
Copy link
Member

@JaylinYu JaylinYu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty good for 1st time

tests/mqtt_broker_tcp.c Show resolved Hide resolved
@JaylinYu JaylinYu merged commit f583666 into main Apr 19, 2023
@JaylinYu JaylinYu deleted the herman/dev branch April 19, 2023 07:23
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.

4 participants