-
Notifications
You must be signed in to change notification settings - Fork 3k
Tests: USB: Fix endpoint halt test #9373
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: USB: Fix endpoint halt test #9373
Conversation
@fkjagodzinski, thank you for your changes. |
@fkjagodzinski The feature branch needs a rebase since a fix for the |
@c1728p9 Can you rebase please the feature branch ? |
8b6fffb
to
15f9389
Compare
Feature branch has been updated |
Abort all endpoint transfers before running the test again. Use an updated vendor request to explicitly restart device reads.
c9062f4
to
84f9e53
Compare
The patch has been rebased. |
Please review astyle failures (related to the changes) |
I've added a patch with corrected formatting. travis-ci/astyle should be happy now 😉 |
CI started |
Test run: SUCCESSSummary: 9 of 9 test jobs passed |
Description
This patch fixes intermittent
tests-usb_device-basic/endpoint test halt
failures caused by not terminating all pending endpoint operations before repeating the test.Pull request type
Reviewers
@c1728p9, @studavekar