Bug 295054
| Summary: | REGRESSION(296274@main): [ macOS wk2 ] http/tests/webrtc/filtering-ice-candidate-cross-origin-frame.html is a flaky text failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bryan Medina <bmedina2> |
| Component: | WebRTC | Assignee: | youenn fablet <youennf> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jenner, 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=295226 https://bugs.webkit.org/show_bug.cgi?id=290629 |
||
Bryan Medina
http/tests/webrtc/filtering-ice-candidate-cross-origin-frame.html
is a flaky text failure on macOS wk2 occurring on both intel and apple silicon release and debug observed on Sonoma and later.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fwebrtc%2Ffiltering-ice-candidate-cross-origin-frame.html
TEXT DIFF:
--- /Volumes/Data/worker/Apple-Sonoma-Release-WK2-Tests/build/layout-test-results/http/tests/webrtc/filtering-ice-candidate-cross-origin-frame-expected.txt
+++ /Volumes/Data/worker/Apple-Sonoma-Release-WK2-Tests/build/layout-test-results/http/tests/webrtc/filtering-ice-candidate-cross-origin-frame-actual.txt
@@ -1,3 +1,5 @@
+CONSOLE MESSAGE: A capture MediaStreamTrack was destroyed without having been stopped explicitly
+CONSOLE MESSAGE: A capture MediaStreamTrack was destroyed without having been stopped explicitly
PASS
TEXT DIFF URL:
https://build.webkit.org/results/Apple-Sonoma-Release-WK2-Tests/296669@main%20(7985)/http/tests/webrtc/filtering-ice-candidate-cross-origin-frame-pretty-diff.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/154426487>
Bryan Medina
Text failure has been reproduced at macOS TOT running the test as follows
run-webkit-tests http/tests/webrtc/filtering-ice-candidate-cross-origin-frame.html --iterations=50
Bryan Medina
Pull request: https://github.com/WebKit/WebKit/pull/47260
EWS
Test gardening commit 296684@main (67be89af901b): <https://commits.webkit.org/296684@main>
Reviewed commits have been landed. Closing PR #47260 and removing active labels.
Bryan Medina
Using reproduction steps above, we found that the tests were passing at 296273@main, but failed at 296275@main. Referring to the history, it is shown that the tests were failing at 296274@main. At this time, we believe that the regression point is 296274@main.
Bryan Medina
We found a second test that appears to be related to this judging by the same error message in the failure that was introduced at 296274@main:
http/wpt/mediarecorder/MediaRecorder-audio-samplingrate-change.html
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=http%2Fwpt%2Fmediarecorder%2FMediaRecorder-audio-samplingrate-change.html&platform=mac
TEXT DIFF:
--- /Volumes/Data/worker/Apple-Sequoia-Release-WK2-Tests/build/layout-test-results/http/wpt/mediarecorder/MediaRecorder-audio-samplingrate-change-expected.txt
+++ /Volumes/Data/worker/Apple-Sequoia-Release-WK2-Tests/build/layout-test-results/http/wpt/mediarecorder/MediaRecorder-audio-samplingrate-change-actual.txt
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: A capture MediaStreamTrack was destroyed without having been stopped explicitly
PASS Recorder with sampling rate change
TEXT DIFF URL:
https://build.webkit.org/results/Apple-Sequoia-Release-WK2-Tests/296793@main%20(3097)/http/wpt/mediarecorder/MediaRecorder-audio-samplingrate-change-diff.txt
Robert Jenner
The following logging was added in 296274@main, which validates that as the regression point for this bug:
CONSOLE MESSAGE: A capture MediaStreamTrack was destroyed without having been stopped explicitly
We will continue to add tests seen with that failure to this bug going forward.
youenn fablet
Pull request: https://github.com/WebKit/WebKit/pull/47475
EWS
Committed 296905@main (9d8a9966f3e3): <https://commits.webkit.org/296905@main>
Reviewed commits have been landed. Closing PR #47475 and removing active labels.