Bug 232109
| Summary: | Regression (r282150 - r282200?): [ macOS wk2 ] webrtc/datachannel/mdns-ice-candidates.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | ayumi_kojima |
| Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=230700 | ||
ayumi_kojima
webrtc/datachannel/mdns-ice-candidates.html
Is flaky failing on macOS wk2.
History: https://results.webkit.org/?suite=layout-tests&test=webrtc%2Fdatachannel%2Fmdns-ice-candidates.html
Result page: https://build.webkit.org/results/Apple-BigSur-Debug-WK2-Tests/r284599%20(4393)/results.html
Diff:
--- /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/webrtc/datachannel/mdns-ice-candidates-expected.txt
+++ /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/webrtc/datachannel/mdns-ice-candidates-actual.txt
@@ -3,6 +3,6 @@
PASS Basic data channel exchange from offerer to receiver
PASS Basic data channel exchange from receiver to offerer
PASS Basic data channel exchange from offerer to receiver using UDP only
-PASS Basic data channel exchange from offerer to receiver 2
+FAIL Basic data channel exchange from offerer to receiver 2 promise_test: Unhandled rejection with value: "Test timed out"
PASS Ensure that local description SDP filtering is correctly filtering mDNS local candidates
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/84524913>
ayumi_kojima
I was able to reproduce the failure locally at TOT using run-webkit-tests --force --iterations 500 --exit-after-n-failures 1 webrtc/datachannel/mdns-ice-candidates.html -f
ayumi_kojima
The test failed with r282200 with the same diff and passed with r282150.
It seems the test has been flaky for long time with different diffs.
Lately the test just has been fixed for a different diff in r283235 (Bug 230700).