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

* FIX [trantest] avoid frequently fail test #735

Merged
merged 1 commit into from Nov 18, 2023
Merged

* FIX [trantest] avoid frequently fail test #735

merged 1 commit into from Nov 18, 2023

Conversation

OdyWayne
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Nov 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c4e29c6) 65.72% compared to head (63faf1d) 65.68%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #735      +/-   ##
==========================================
- Coverage   65.72%   65.68%   -0.04%     
==========================================
  Files         119      119              
  Lines       35222    35223       +1     
==========================================
- Hits        23149    23137      -12     
- Misses      12073    12086      +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Hermann0222 <yukang.wei@emqx.io>
@@ -689,7 +689,7 @@ trantest_mqtt_sub_pub(trantest *tt)
trantest_mqtt_sub_send(tt->reqsock, client, true);
nng_msleep(1000);// make sure the server recv sub msg before we send pub msg.
cp1 = trantest_mqtt_pub(tt->repsock, true);
nng_msleep(1000);
nng_msleep(2000);
Copy link
Member

Choose a reason for hiding this comment

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

....

@JaylinYu JaylinYu merged commit 7d76b7a into main Nov 18, 2023
15 of 16 checks passed
@JaylinYu JaylinYu deleted the herman/dev branch November 18, 2023 03:37
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.

None yet

3 participants