Bug 240348
Summary: | REGRESSION (250343@main): [iOS] imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-videoDetectorTest.html is a consistent failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Karl Rackler <rackler> |
Component: | New Bugs | Assignee: | Karl Rackler <rackler> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, 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=240463 https://bugs.webkit.org/show_bug.cgi?id=240118 https://bugs.webkit.org/show_bug.cgi?id=240458 |
Karl Rackler
Description:
imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-videoDetectorTest.html
The first failure that I saw on the dashboard was 5/6/2022 at r293885, and the dashboard shows passing on r293882. Between r293883 and r293885 probably introduced the consistent failure.
REPRODUCTION STEPS
I can reproduce this on r293885, but repro against all earlier commits are also failures which is different from the dashboard history.
Command:
run-webkit-tests --root 293885 --ios-simulator --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 --iterations 50 --no-retry imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-videoDetectorTest.html
Result:
Regressions: Unexpected text-only failures (1)
imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-videoDetectorTest.html [ Failure ]
History:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fwebrtc%2FRTCPeerConnection-videoDetectorTest.html&limit=50000&platform=ios
Diff:
--- /Volumes/Data/worker/Apple-iOS-15-Simulator-Debug-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-videoDetectorTest-expected.txt
+++ /Volumes/Data/worker/Apple-iOS-15-Simulator-Debug-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-videoDetectorTest-actual.txt
@@ -1,3 +1,5 @@
-PASS Signal detector detects track change within reasonable time
+Harness Error (TIMEOUT), message = null
+TIMEOUT Signal detector detects track change within reasonable time Test timed out
+
stderr:
(webrtc_video_engine.cc:3482): Absent receive stream; ignoring clearing encoded frame sink for ssrc 0
(video_send_stream_impl.cc:187): ERROR: Initial encoder max bitrate = -1 which is <= 0!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/93176919>
Karl Rackler
imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-videoDetectorTest.html ran on average 24 ms before r293885 and is now running on average 135 ms.
Alexey Proskuryakov
This would be seconds, not milliseconds.
I see the same stderr message in passing builds, so that part is not a regression.
Karl Rackler
I have marked this test as slow while this issue is investigated.
Karl Rackler
Pull request: https://github.com/WebKit/WebKit/pull/600
EWS
Test gardening commit r294110 (250493@main): <https://commits.webkit.org/250493@main>
Reviewed commits have been landed. Closing PR #600 and removing active labels.
Karl Rackler
Pull request: https://github.com/WebKit/WebKit/pull/636
Karl Rackler
I have now marked this test as a consistent failure while this issue is investigated.
EWS
Test gardening commit r294236 (250594@main): <https://commits.webkit.org/250594@main>
Reviewed commits have been landed. Closing PR #636 and removing active labels.
Ryan Haddad
The test history does indeed suggest that this started with r293885 / 250343@main, and that is the only WebRTC related commit in the range.
youenn fablet
*** This bug has been marked as a duplicate of bug 240463 ***
Karl Rackler
Verified r294637 (250861@main): <https://commits.webkit.org/250861@main> resolved the issue.