-
Notifications
You must be signed in to change notification settings - Fork 604
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 send periodic #1713
Fix send periodic #1713
Conversation
I'm delighted to see that you've added a new test case. 🏆 |
9469332
to
5d18b4a
Compare
|
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.
Thanks both @grant-allan-ctct and @Tbruno25 for the bug report, fix and test.
Now the CI is failing 😅 |
@zariiii9003 absolutely! Although it appears to only be failing on the very specific windows/pypy combinations. Would it be wrong if I simply skipped this test for this environment? |
It's a interesting thing. I wonder what it's telling us. Perhaps it has found a bug for which there is no other test coverage yet existing. For example, perhaps the message Disclaimer: I just had to Google what pypy is, so please disregard if you think this comment could well be nonsense. |
Yes that's okay. I think we disable most timing sensitive tests in CI. |
Closes #1710
The proposed fix is to check whether
duration
is exceeded before the transmit of the next message.