Bug 173853 - LayoutTest webrtc/datachannel/multiple-connections.html is a flaky timeout
Summary: LayoutTest webrtc/datachannel/multiple-connections.html is a flaky timeout
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-26 15:32 PDT by Ryan Haddad
Modified: 2017-06-27 07:47 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.40 KB, patch)
2017-06-26 21:12 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 Ryan Haddad 2017-06-26 15:32:29 PDT
LayoutTest webrtc/datachannel/multiple-connections.html is a flaky timeout

https://build.webkit.org/results/Apple%20Sierra%20Debug%20WK2%20(Tests)/r218815%20(1752)/results.html

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=webrtc%2Fdatachannel%2Fmultiple-connections.html

--- /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/webrtc/datachannel/multiple-connections-expected.txt
+++ /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/webrtc/datachannel/multiple-connections-actual.txt
@@ -163,7 +163,7 @@
 PASS Basic data channel exchange from offerer to receiver 161 
 PASS Basic data channel exchange from offerer to receiver 162 
 PASS Basic data channel exchange from offerer to receiver 163 
-PASS Basic data channel exchange from offerer to receiver 164 
+FAIL Basic data channel exchange from offerer to receiver 164 promise_test: Unhandled rejection with value: "Test timed out"
 PASS Basic data channel exchange from offerer to receiver 165 
 PASS Basic data channel exchange from offerer to receiver 166 
 PASS Basic data channel exchange from offerer to receiver 167
Comment 1 Matt Lewis 2017-06-26 15:45:23 PDT
This test crashed on the build of this revision on El Capitan: https://trac.webkit.org/changeset/218441/webkit
The crash happened only once before the test began to be flaky.

First build that failed:
https://build.webkit.org/builders/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/builds/1930
https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/r218446%20(1930)/results.html

The Diff on the first failure:
--- /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/webrtc/datachannel/multiple-connections-expected.txt
+++ /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/webrtc/datachannel/multiple-connections-actual.txt
@@ -1,5 +1,5 @@
 
-PASS Basic data channel exchange from offerer to receiver 0 
+FAIL Basic data channel exchange from offerer to receiver 0 promise_test: Unhandled rejection with value: "Test timed out"
 PASS Basic data channel exchange from offerer to receiver 1 
 PASS Basic data channel exchange from offerer to receiver 2 
 PASS Basic data channel exchange from offerer to receiver 3
Comment 2 youenn fablet 2017-06-26 21:12:20 PDT
Created attachment 313894 [details]
Patch
Comment 3 WebKit Commit Bot 2017-06-27 07:47:33 PDT
Comment on attachment 313894 [details]
Patch

Clearing flags on attachment: 313894

Committed r218833: <http://trac.webkit.org/changeset/218833>
Comment 4 WebKit Commit Bot 2017-06-27 07:47:35 PDT
All reviewed patches have been landed.  Closing bug.