Bug 234181

Summary: REGRESSION (r286841): [ iOS ] Many webrtc tests flaky failing on iOS
Product: WebKit Reporter: Truitt Savell <tsavell>
Component: WebRTCAssignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, ews-watchlist, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch for landing none

Comment 1 Radar WebKit Bug Importer 2021-12-10 15:38:09 PST
<rdar://problem/86343642>
Comment 2 youenn fablet 2021-12-11 08:04:09 PST
Created attachment 446886 [details]
Patch
Comment 3 youenn fablet 2021-12-11 08:56:30 PST
Created attachment 446890 [details]
Patch
Comment 4 Eric Carlson 2021-12-13 08:42:55 PST
Comment on attachment 446890 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=446890&action=review

> Source/WebKit/NetworkProcess/webrtc/NetworkRTCUDPSocketCocoa.mm:308
> +            RELEASE_LOG_ERROR(WebRTC, "NetworkRTCUDPSocketCocoaConnections failed processing UDP data with error %d", nw_error_get_error_code(error));

Nit: if you log `errorCode` you won't have to call nw_error_get_error_code() again
Comment 5 youenn fablet 2021-12-13 09:00:19 PST
Created attachment 447010 [details]
Patch for landing
Comment 6 EWS 2021-12-13 11:53:18 PST
Committed r286961 (245184@main): <https://commits.webkit.org/245184@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 447010 [details].