You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests might be accidentally forgetting to drain their messages, and
hence think messages got delivered when they did not. Fail the tests
if that happens.
Fixesproject-chip#17624
Tests might be accidentally forgetting to drain their messages, and
hence think messages got delivered when they did not. Fail the tests
if that happens.
Fixes#17624
Problem
Some tests leaves messages in async loopback transport after complete, we should ensure that all tests drain all messages after completion.
Proposed Solution
Add
DrainAndServiceIO
after such test cases.The text was updated successfully, but these errors were encountered: