Bug 165874 - LayoutTest streams/pipe-to.html is a flaky failure
Summary: LayoutTest streams/pipe-to.html is a flaky failure
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-14 14:52 PST by Ryan Haddad
Modified: 2017-02-20 13:28 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2016-12-14 14:52:31 PST
LayoutTest streams/pipe-to.html is a flaky failure

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

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=streams%2Fpipe-to.html

--- /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/streams/pipe-to-expected.txt
+++ /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/streams/pipe-to-actual.txt
@@ -1,3 +1,3 @@
 
-PASS Piping to a writable stream that does not consume the writes fast enough exerts backpressure on the source 
+FAIL Piping to a writable stream that does not consume the writes fast enough exerts backpressure on the source assert_equals: at t = 125 ms, ws should be waiting expected "waiting" but got "writable"
Comment 1 Ryan Haddad 2016-12-14 14:53:30 PST
This is not a recent regression. This test seems to fail most frequently on macOS debug bots.
Comment 2 Ryan Haddad 2016-12-14 15:02:30 PST
Marked test as flaky on macOS debug in http://trac.webkit.org/projects/webkit/changeset/209837
Comment 3 Ryan Haddad 2017-02-20 13:28:55 PST
I'm now seeing this test flake on release builds, but with different output:

--- /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/streams/pipe-to-expected.txt
+++ /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/streams/pipe-to-actual.txt
@@ -1,3 +1,3 @@
 
-PASS Piping to a writable stream that does not consume the writes fast enough exerts backpressure on the source 
+FAIL Piping to a writable stream that does not consume the writes fast enough exerts backpressure on the source assert_array_equals: at t = 475 ms, ws.write should have been called with two chunks lengths differ, expected 2 got 1
 
https://build.webkit.org/results/Apple%20Sierra%20Release%20WK2%20(Tests)/r212663%20(3734)/results.html

Removed debug-only flag from flaky expectation in https://trac.webkit.org/changeset/212670