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
We don't really have any tests for Mdns::StartServer. This leads to major bugs like #7911 not being noticed, and workarounds being put in place (like the AdvertiseOperational call instead of StartServer in emberAfOperationalCredentialsClusterAddNOCCallback
Problem
We don't really have any tests for
Mdns::StartServer
. This leads to major bugs like #7911 not being noticed, and workarounds being put in place (like theAdvertiseOperational
call instead ofStartServer
inemberAfOperationalCredentialsClusterAddNOCCallback
Proposed Solution
Add unit testing for this code.
@cecille @andy31415
The text was updated successfully, but these errors were encountered: