-
Notifications
You must be signed in to change notification settings - Fork 3k
Tests: check if recv returned too much data #9905
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
Tests: check if recv returned too much data #9905
Conversation
@michalpasztamobica, thank you for your changes. |
@juhoeskeli , @pekkapesu , would you let us know which platforms exactly were the ones causing issues? Perhaps we could run the PR on those targets as the devices we have available don't really trigger these errors. |
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.
Please see my earlier comments.
8c09ebb
to
47b5442
Compare
47b5442
to
c81f71b
Compare
CI started |
Test run: FAILEDSummary: 1 of 6 test jobs failed Failed test jobs:
|
io serial, restarting test |
Description
There are devices which happen to return more data than it was requested when TCPSocket::recv() is called. We need to add checks against this.
Pull request type
Reviewers
@juhoeskeli
@pekkapesu
@SeppoTakalo
@VeijoPesonen
Release Notes