-
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
DNS-SD mock for checking platform implementations #26143
Conversation
797fe6e
to
e39e987
Compare
PR #26143: Size comparison from 856963e to bace239 Full report (3 builds for cc32xx, qpg)
|
bace239
to
97e8cf5
Compare
PR #26143: Size comparison from b8368a1 to 97e8cf5 Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
336729e
to
7f7b086
Compare
PR #26143: Size comparison from c2a28c8 to 7f7b086 Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
7f7b086
to
f0131f5
Compare
PR #26143: Size comparison from 6ec5f81 to f0131f5 Increases (3 builds for bl702, linux)
Decreases (1 build for qpg)
Full report (16 builds for bl602, bl702, cc13x2_26x2, cc32xx, linux, qpg)
|
PR #26143: Size comparison from fa505f6 to 75f801b Full report (1 build for cc32xx)
|
PR #26143: Size comparison from 5ff1818 to 9692ff5 Full report (1 build for cc32xx)
|
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.
Thank you!
Co-authored-by: Boris Zbarsky <[email protected]>
PR #26143: Size comparison from 5ff1818 to c58e0dc Decreases (4 builds for bl602, bl702)
Full report (8 builds for bl602, bl702, cc32xx, mbed, qpg)
|
Validate platform implementations of mDNS resolver with a mock responder which does not responds with additional records. For this test to pass, platform implementation has to request for A/AAAA/TXT records individually if they are not available in PTR response.
Changes
mShouldRunEventLoop
to true when event loop is managed by the caller (this allows to run event loop withRunEventLoop()
even ifStopEventLoopTask()
was called beforehand)Testing
Tested locally on Linux with Avahi.
CI will test Darwin.