-
Notifications
You must be signed in to change notification settings - Fork 3
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
Soft 389 can rx polling #289
base: master
Are you sure you want to change the base?
Conversation
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.
LGTM, it's just a matter of if we can get CI to pass lol. I don't think it should affect our test flakiness issues but it's possible.
Looks like the change is consistently causing |
Update: looks like @jessm's efforts in bypassing vcan in loopback mode fixed the failing test, I'll merge once CI passes. |
There was a very odd race condition in test_can_wake_works where very occasionally it would loop forever. Not sure why, but it also wasn't testing what it was supposed to particularly effectively, so I rewrote it. Also added a couple of x86_interrupt_wake() calls in can_hw to be safe.
increased timeout on CAN
small change on naming in wait.c