Bug 179781

Summary: LayoutTest http/tests/inspector/network/har/har-page.html is a flaky failure
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, inspector-bugzilla-changes, joepeck, magomez, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Ryan Haddad 2017-11-16 09:51:45 PST
LayoutTest http/tests/inspector/network/har/har-page.html is a flaky failure

https://build.webkit.org/results/Apple%20Sierra%20Release%20WK2%20(Tests)/r224920%20(5780)/results.html

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Finspector%2Fnetwork%2Fhar%2Fhar-page.html

--- /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/http/tests/inspector/network/har/har-page-expected.txt
+++ /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/http/tests/inspector/network/har/har-page-actual.txt
@@ -70,7 +70,7 @@
         "request": {
           "method": "GET",
           "url": "http://127.0.0.1:8000/inspector/resources/inspector-test.js",
-          "httpVersion": "",
+          "httpVersion": "HTTP/1.1",
           "cookies": [],
           "headers": "<filtered>",
           "queryString": [],
@@ -80,11 +80,11 @@
         "response": {
           "status": 200,
           "statusText": "OK",
-          "httpVersion": "",
+          "httpVersion": "HTTP/1.1",
           "cookies": [],
           "headers": "<filtered>",
           "content": {
-            "size": 0,
+            "size": 6707,
             "compression": 0,
             "mimeType": "application/x-javascript",
             "text": "<filtered text (6707)>"
Comment 1 BJ Burg 2017-11-16 20:48:44 PST
Thanks Ryan. Joe should take a look when he's back in.
Comment 2 Joseph Pecoraro 2017-11-17 11:08:33 PST
We can just filter out this value. I'll make that change now.
Comment 3 Joseph Pecoraro 2017-11-17 12:01:55 PST
Created attachment 327209 [details]
[PATCH] Proposed Fix
Comment 4 Alexey Proskuryakov 2017-11-17 12:10:49 PST
Comment on attachment 327209 [details]
[PATCH] Proposed Fix

View in context: https://bugs.webkit.org/attachment.cgi?id=327209&action=review

r=me on filtering, but I don't understand why the size changes.

> LayoutTests/http/tests/inspector/network/har/har-page-expected.txt:46
> -            "size": 2915,
> +            "size": 3042,

I don't understand this part.
Comment 5 Joseph Pecoraro 2017-11-17 12:12:05 PST
> > LayoutTests/http/tests/inspector/network/har/har-page-expected.txt:46
> > -            "size": 2915,
> > +            "size": 3042,
> 
> I don't understand this part.

That is the size of the test page itself.
Comment 6 WebKit Commit Bot 2017-11-17 12:43:15 PST
Comment on attachment 327209 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 327209

Committed r224979: <https://trac.webkit.org/changeset/224979>
Comment 7 WebKit Commit Bot 2017-11-17 12:43:16 PST
All reviewed patches have been landed.  Closing bug.
Comment 8 Radar WebKit Bug Importer 2017-11-17 12:44:35 PST
<rdar://problem/35621576>
Comment 9 Michael Catanzaro 2017-11-20 16:13:18 PST
*** Bug 179173 has been marked as a duplicate of this bug. ***