Bug 230700 - [ iOS macOS wk2 ] webrtc/datachannel/mdns-ice-candidates.html is a flaky failure
Summary: [ iOS macOS wk2 ] webrtc/datachannel/mdns-ice-candidates.html is a flaky failure
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-09-23 11:05 PDT by ayumi_kojima
Modified: 2021-10-25 14:22 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.25 KB, patch)
2021-09-28 10:48 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ayumi_kojima 2021-09-23 11:05:38 PDT
webrtc/datachannel/mdns-ice-candidates.html

Is flaky failing on iOS and macOS wk2.

History: https://results.webkit.org/?suite=layout-tests&test=webrtc%2Fdatachannel%2Fmdns-ice-candidates.html

Diff:

--- /Volumes/Data/worker/catalina-debug-tests-wk2/build/layout-test-results/webrtc/datachannel/mdns-ice-candidates-expected.txt
+++ /Volumes/Data/worker/catalina-debug-tests-wk2/build/layout-test-results/webrtc/datachannel/mdns-ice-candidates-actual.txt
@@ -1,3 +1,7 @@
+CONSOLE MESSAGE: addIceCandidate error: OperationError: Error processing ICE candidate
+CONSOLE MESSAGE: Unhandled Promise Rejection: Error: assert_unreached: Reached unreachable code
+
+Harness Error (FAIL), message = assert_unreached: Reached unreachable code
 
 PASS Getting some MDNS candidates
 PASS Basic data channel exchange from offerer to receiver
Comment 1 Radar WebKit Bug Importer 2021-09-23 11:06:14 PDT
<rdar://problem/83456565>
Comment 2 ayumi_kojima 2021-09-23 11:10:14 PDT
Marked test expectations: https://trac.webkit.org/changeset/282972/webkit
Comment 3 youenn fablet 2021-09-28 10:48:54 PDT
Created attachment 439495 [details]
Patch
Comment 4 EWS 2021-09-29 11:05:14 PDT
Committed r283235 (242277@main): <https://commits.webkit.org/242277@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 439495 [details].
Comment 5 ayumi_kojima 2021-10-13 16:10:34 PDT
It looks like the this test is still flaky failing on macOS, but with a different diff. Will create a new bug.