-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Revert #8456 Move WakeIOThread() functionality to WatchableEventManager #8542
Conversation
(#5556): default to offconnectedhomeip/src/system/WatchableSocketLibevent.cpp Lines 40 to 50 in 45b23ba
This comment was generated by todo based on a
|
(#5556): Integrate timer platform details with WatchableEventManager.connectedhomeip/src/system/WatchableSocketLibevent.cpp Lines 82 to 92 in 45b23ba
This comment was generated by todo based on a
|
(#5556): Integrate timer platform details with WatchableEventManager.connectedhomeip/src/system/WatchableSocketLibevent.cpp Lines 89 to 99 in 45b23ba
This comment was generated by todo based on a
|
(#5556): Some unit tests supply a timeout at low level, due to originally using select(); these should a proper timer.connectedhomeip/src/system/WatchableSocketLibevent.h Lines 48 to 58 in 45b23ba
This comment was generated by todo based on a
|
(#5556): Integrate timer platform details with WatchableEventManager.connectedhomeip/src/system/WatchableSocketSelect.cpp Lines 162 to 172 in 45b23ba
This comment was generated by todo based on a
|
(#5556): Some unit tests supply a timeout at low level, due to originally using select(); these should a proper timer.connectedhomeip/src/system/WatchableSocketSelect.h Lines 49 to 59 in 45b23ba
This comment was generated by todo based on a
|
(#5556): Integrate timer platform details with WatchableEventManager.connectedhomeip/src/system/WatchableSocketSelect.h Lines 63 to 73 in 45b23ba
This comment was generated by todo based on a
|
…leEventManager #### Problem TestPlatformMgr reports errors, ``` CHIP:CSL: System wake event notify failed: OS Error 0x02000009: Bad file descriptor ``` (although it still passes, which obscured the problem). This might be behind intermittent core dumps in CI. #### Change overview Revert project-chip#8456 Move WakeIOThread() functionality to WatchableEventManager #### Testing No error reported by TestPlatformMgr after reverting.
45b23ba
to
7521722
Compare
Size increase report for "esp32-example-build" from 62083da
Full report output
|
Size increase report for "nrfconnect-example-build" from 62083da
Full report output
|
Withdrawing this because an actual fix is imminent. |
Problem
TestPlatformMgr reports errors,
(although it still passes, which obscured the problem).
This might be behind intermittent core dumps in CI.
Change overview
Revert #8456 Move WakeIOThread() functionality to WatchableEventManager
Testing
No error reported by TestPlatformMgr after reverting.