Bug 211455 - REGRESSION (r261163): [ Mac WK2 ] webrtc/libwebrtc/descriptionGetters.html is a flaky failure
Summary: REGRESSION (r261163): [ Mac WK2 ] webrtc/libwebrtc/descriptionGetters.html is...
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: 2020-05-05 11:12 PDT by Truitt Savell
Modified: 2020-05-06 07:15 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.44 KB, patch)
2020-05-06 04:04 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 Truitt Savell 2020-05-05 11:12:43 PDT
webrtc/libwebrtc/descriptionGetters.html

This test is a flaky failure and began with https://trac.webkit.org/changeset/261163/webkit

I was able to reproduce this test using command:
run-webkit-tests --iterations 2000 --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 --debug-rwt-logging --no-retry --force --no-build -f webrtc/libwebrtc/descriptionGetters.html

history:
https://results.webkit.org/?suite=layout-tests&test=webrtc%2Flibwebrtc%2FdescriptionGetters.html

Diff:
https://build.webkit.org/results/Apple%20iOS%2013%20Simulator%20Release%20WK2%20(Tests)/r261163%20(4199)/webrtc/libwebrtc/descriptionGetters-diff.txt
Comment 1 Radar WebKit Bug Importer 2020-05-05 11:13:05 PDT
<rdar://problem/62895451>
Comment 2 youenn fablet 2020-05-06 03:53:28 PDT
Now that we are no longer going to main thread, it seems we are speeding up ICE candidate generation, which is good.
The test should probably be updated to strip out ICE candidate related information.
Comment 3 youenn fablet 2020-05-06 04:04:02 PDT
Created attachment 398601 [details]
Patch
Comment 4 EWS 2020-05-06 07:15:14 PDT
Committed r261225: <https://trac.webkit.org/changeset/261225>

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