Bug 230157
Summary: | Regression (r279461): [ MacOS wk2 & iOS Release ] imported/w3c/web-platform-tests/webrtc/no-media-call.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | ayumi_kojima |
Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | eric.carlson, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | Unspecified |
ayumi_kojima
imported/w3c/web-platform-tests/webrtc/no-media-call.html
Is a flaky failure on MacOS (Release & Debug) and iOS Release.
History: https://results.webkit.org/?suite=layout-tests&test=imported/w3c/web-platform-tests/webrtc/no-media-call.html
The flaky failure is also showing up on EWS as a flaky test at https://ews-build.webkit.org/#/builders/51/builds/20702.
Result page: https://build.webkit.org/results/Apple-iOS-14-Simulator-Release-WK2-Tests/r282265%20(3155)/results.html
Diff:
--- /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/webrtc/no-media-call-expected.txt
+++ /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/webrtc/no-media-call-actual.txt
@@ -2,5 +2,5 @@
PASS Can set up a basic WebRTC call with no data.
iceConnectionState info
-First: connected
+First: completed
Second: connected
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/82976220>
ayumi_kojima
Marked test expectations: https://trac.webkit.org/changeset/282274/webkit
ayumi_kojima
I was able to reproduce the failure on BigSur using run-webkit-tests --iterations 100 --exit-after-n-failures 1 --force imported/w3c/web-platform-tests/webrtc/no-media-call.html.
The failure seems to have started at https://trac.webkit.org/changeset/279461/webkit
Also, looking at the history, recently the test has started consistently failing at around https://trac.webkit.org/changeset/282281/webkit
youenn fablet
Test is no longer flaky according to bots after moving to standardised ice connection state callback.
youenn fablet
*** This bug has been marked as a duplicate of bug 231223 ***