<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>179781</bug_id>
          
          <creation_ts>2017-11-16 09:51:45 -0800</creation_ts>
          <short_desc>LayoutTest http/tests/inspector/network/har/har-page.html is a flaky failure</short_desc>
          <delta_ts>2019-11-27 04:49:39 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Web Inspector</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bburg</cc>
    
    <cc>commit-queue</cc>
    
    <cc>inspector-bugzilla-changes</cc>
    
    <cc>joepeck</cc>
    
    <cc>magomez</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>zimmermann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1372670</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2017-11-16 09:51:45 -0800</bug_when>
    <thetext>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&amp;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 @@
         &quot;request&quot;: {
           &quot;method&quot;: &quot;GET&quot;,
           &quot;url&quot;: &quot;http://127.0.0.1:8000/inspector/resources/inspector-test.js&quot;,
-          &quot;httpVersion&quot;: &quot;&quot;,
+          &quot;httpVersion&quot;: &quot;HTTP/1.1&quot;,
           &quot;cookies&quot;: [],
           &quot;headers&quot;: &quot;&lt;filtered&gt;&quot;,
           &quot;queryString&quot;: [],
@@ -80,11 +80,11 @@
         &quot;response&quot;: {
           &quot;status&quot;: 200,
           &quot;statusText&quot;: &quot;OK&quot;,
-          &quot;httpVersion&quot;: &quot;&quot;,
+          &quot;httpVersion&quot;: &quot;HTTP/1.1&quot;,
           &quot;cookies&quot;: [],
           &quot;headers&quot;: &quot;&lt;filtered&gt;&quot;,
           &quot;content&quot;: {
-            &quot;size&quot;: 0,
+            &quot;size&quot;: 6707,
             &quot;compression&quot;: 0,
             &quot;mimeType&quot;: &quot;application/x-javascript&quot;,
             &quot;text&quot;: &quot;&lt;filtered text (6707)&gt;&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1372969</commentid>
    <comment_count>1</comment_count>
    <who name="Blaze Burg">bburg</who>
    <bug_when>2017-11-16 20:48:44 -0800</bug_when>
    <thetext>Thanks Ryan. Joe should take a look when he&apos;s back in.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1373166</commentid>
    <comment_count>2</comment_count>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2017-11-17 11:08:33 -0800</bug_when>
    <thetext>We can just filter out this value. I&apos;ll make that change now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1373196</commentid>
    <comment_count>3</comment_count>
      <attachid>327209</attachid>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2017-11-17 12:01:55 -0800</bug_when>
    <thetext>Created attachment 327209
[PATCH] Proposed Fix</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1373199</commentid>
    <comment_count>4</comment_count>
      <attachid>327209</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2017-11-17 12:10:49 -0800</bug_when>
    <thetext>Comment on attachment 327209
[PATCH] Proposed Fix

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

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

&gt; LayoutTests/http/tests/inspector/network/har/har-page-expected.txt:46
&gt; -            &quot;size&quot;: 2915,
&gt; +            &quot;size&quot;: 3042,

I don&apos;t understand this part.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1373200</commentid>
    <comment_count>5</comment_count>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2017-11-17 12:12:05 -0800</bug_when>
    <thetext>&gt; &gt; LayoutTests/http/tests/inspector/network/har/har-page-expected.txt:46
&gt; &gt; -            &quot;size&quot;: 2915,
&gt; &gt; +            &quot;size&quot;: 3042,
&gt; 
&gt; I don&apos;t understand this part.

That is the size of the test page itself.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1373218</commentid>
    <comment_count>6</comment_count>
      <attachid>327209</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2017-11-17 12:43:15 -0800</bug_when>
    <thetext>Comment on attachment 327209
[PATCH] Proposed Fix

Clearing flags on attachment: 327209

Committed r224979: &lt;https://trac.webkit.org/changeset/224979&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1373219</commentid>
    <comment_count>7</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2017-11-17 12:43:16 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1373220</commentid>
    <comment_count>8</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2017-11-17 12:44:35 -0800</bug_when>
    <thetext>&lt;rdar://problem/35621576&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1373859</commentid>
    <comment_count>9</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2017-11-20 16:13:18 -0800</bug_when>
    <thetext>*** Bug 179173 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>327209</attachid>
            <date>2017-11-17 12:01:55 -0800</date>
            <delta_ts>2017-11-17 12:43:15 -0800</delta_ts>
            <desc>[PATCH] Proposed Fix</desc>
            <filename>har-fix-1.patch</filename>
            <type>text/plain</type>
            <size>3279</size>
            <attacher name="Joseph Pecoraro">joepeck</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL0xheW91dFRlc3RzL0NoYW5nZUxvZyBiL0xheW91dFRlc3RzL0NoYW5nZUxv
ZwppbmRleCA2MDI2Y2FkNzYwOC4uZjg2Y2U2ZjM5ZDkgMTAwNjQ0Ci0tLSBhL0xheW91dFRlc3Rz
L0NoYW5nZUxvZworKysgYi9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cKQEAgLTEsMyArMSwxNCBAQAor
MjAxNy0xMS0xNyAgSm9zZXBoIFBlY29yYXJvICA8cGVjb3Jhcm9AYXBwbGUuY29tPgorCisgICAg
ICAgIExheW91dFRlc3QgaHR0cC90ZXN0cy9pbnNwZWN0b3IvbmV0d29yay9oYXIvaGFyLXBhZ2Uu
aHRtbCBpcyBhIGZsYWt5IGZhaWx1cmUKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcv
c2hvd19idWcuY2dpP2lkPTE3OTc4MQorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09Q
UyEpLgorCisgICAgICAgICogaHR0cC90ZXN0cy9pbnNwZWN0b3IvbmV0d29yay9oYXIvaGFyLXBh
Z2UtZXhwZWN0ZWQudHh0OgorICAgICAgICAqIGh0dHAvdGVzdHMvaW5zcGVjdG9yL25ldHdvcmsv
aGFyL2hhci1wYWdlLmh0bWw6CisgICAgICAgIEZpbHRlciBvdXQgdGhlIHByb3RvY29sIHZhbHVl
IHNpbmNlIGl0IG1pZ2h0IG5vdCBiZSBhdmFpbGFibGUgaWYgdGhlIHJlc291cmNlIHdhcyBjYWNo
ZWQuCisKIDIwMTctMTEtMTcgIFNhaWQgQWJvdS1IYWxsYXdhICA8c2Fib3VoYWxsYXdhQGFwcGxl
LmNvbT4KIAogICAgICAgICBTVkcgc2Nyb2xsaW5nIGFuY2hvciBzaG91bGQgYmUgcmVzZXQgaWYg
dGhlIGZyYWdtZW50SWRlbnRpZmllciBkb2VzIG5vdCBleGlzdCBvciBpcyBub3QgcHJvdmlkZWQK
ZGlmZiAtLWdpdCBhL0xheW91dFRlc3RzL2h0dHAvdGVzdHMvaW5zcGVjdG9yL25ldHdvcmsvaGFy
L2hhci1wYWdlLWV4cGVjdGVkLnR4dCBiL0xheW91dFRlc3RzL2h0dHAvdGVzdHMvaW5zcGVjdG9y
L25ldHdvcmsvaGFyL2hhci1wYWdlLWV4cGVjdGVkLnR4dAppbmRleCBlNzljZGZjNDhkNy4uNDIy
NWIzY2QyNWQgMTAwNjQ0Ci0tLSBhL0xheW91dFRlc3RzL2h0dHAvdGVzdHMvaW5zcGVjdG9yL25l
dHdvcmsvaGFyL2hhci1wYWdlLWV4cGVjdGVkLnR4dAorKysgYi9MYXlvdXRUZXN0cy9odHRwL3Rl
c3RzL2luc3BlY3Rvci9uZXR3b3JrL2hhci9oYXItcGFnZS1leHBlY3RlZC50eHQKQEAgLTI5LDcg
KzI5LDcgQEAgSEFSIFBhZ2UgVGVzdC4KICAgICAgICAgInJlcXVlc3QiOiB7CiAgICAgICAgICAg
Im1ldGhvZCI6ICJHRVQiLAogICAgICAgICAgICJ1cmwiOiAiaHR0cDovLzEyNy4wLjAuMTo4MDAw
L2luc3BlY3Rvci9uZXR3b3JrL2hhci9oYXItcGFnZS5odG1sIiwKLSAgICAgICAgICAiaHR0cFZl
cnNpb24iOiAiSFRUUC8xLjEiLAorICAgICAgICAgICJodHRwVmVyc2lvbiI6ICI8ZmlsdGVyZWQ+
IiwKICAgICAgICAgICAiY29va2llcyI6IFtdLAogICAgICAgICAgICJoZWFkZXJzIjogIjxmaWx0
ZXJlZD4iLAogICAgICAgICAgICJxdWVyeVN0cmluZyI6IFtdLApAQCAtMzksMTQgKzM5LDE0IEBA
IEhBUiBQYWdlIFRlc3QuCiAgICAgICAgICJyZXNwb25zZSI6IHsKICAgICAgICAgICAic3RhdHVz
IjogMjAwLAogICAgICAgICAgICJzdGF0dXNUZXh0IjogIk9LIiwKLSAgICAgICAgICAiaHR0cFZl
cnNpb24iOiAiSFRUUC8xLjEiLAorICAgICAgICAgICJodHRwVmVyc2lvbiI6ICI8ZmlsdGVyZWQ+
IiwKICAgICAgICAgICAiY29va2llcyI6IFtdLAogICAgICAgICAgICJoZWFkZXJzIjogIjxmaWx0
ZXJlZD4iLAogICAgICAgICAgICJjb250ZW50IjogewotICAgICAgICAgICAgInNpemUiOiAyOTE1
LAorICAgICAgICAgICAgInNpemUiOiAzMDQyLAogICAgICAgICAgICAgImNvbXByZXNzaW9uIjog
MCwKICAgICAgICAgICAgICJtaW1lVHlwZSI6ICJ0ZXh0L2h0bWwiLAotICAgICAgICAgICAgInRl
eHQiOiAiPGZpbHRlcmVkIHRleHQgKDI5MTUpPiIKKyAgICAgICAgICAgICJ0ZXh0IjogIjxmaWx0
ZXJlZCB0ZXh0ICgzMDQyKT4iCiAgICAgICAgICAgfSwKICAgICAgICAgICAicmVkaXJlY3RVUkwi
OiAiIiwKICAgICAgICAgICAiaGVhZGVyc1NpemUiOiAiPGZpbHRlcmVkPiIsCkBAIC03MCw3ICs3
MCw3IEBAIEhBUiBQYWdlIFRlc3QuCiAgICAgICAgICJyZXF1ZXN0IjogewogICAgICAgICAgICJt
ZXRob2QiOiAiR0VUIiwKICAgICAgICAgICAidXJsIjogImh0dHA6Ly8xMjcuMC4wLjE6ODAwMC9p
bnNwZWN0b3IvcmVzb3VyY2VzL2luc3BlY3Rvci10ZXN0LmpzIiwKLSAgICAgICAgICAiaHR0cFZl
cnNpb24iOiAiIiwKKyAgICAgICAgICAiaHR0cFZlcnNpb24iOiAiPGZpbHRlcmVkPiIsCiAgICAg
ICAgICAgImNvb2tpZXMiOiBbXSwKICAgICAgICAgICAiaGVhZGVycyI6ICI8ZmlsdGVyZWQ+IiwK
ICAgICAgICAgICAicXVlcnlTdHJpbmciOiBbXSwKQEAgLTgwLDcgKzgwLDcgQEAgSEFSIFBhZ2Ug
VGVzdC4KICAgICAgICAgInJlc3BvbnNlIjogewogICAgICAgICAgICJzdGF0dXMiOiAyMDAsCiAg
ICAgICAgICAgInN0YXR1c1RleHQiOiAiT0siLAotICAgICAgICAgICJodHRwVmVyc2lvbiI6ICIi
LAorICAgICAgICAgICJodHRwVmVyc2lvbiI6ICI8ZmlsdGVyZWQ+IiwKICAgICAgICAgICAiY29v
a2llcyI6IFtdLAogICAgICAgICAgICJoZWFkZXJzIjogIjxmaWx0ZXJlZD4iLAogICAgICAgICAg
ICJjb250ZW50IjogewpkaWZmIC0tZ2l0IGEvTGF5b3V0VGVzdHMvaHR0cC90ZXN0cy9pbnNwZWN0
b3IvbmV0d29yay9oYXIvaGFyLXBhZ2UuaHRtbCBiL0xheW91dFRlc3RzL2h0dHAvdGVzdHMvaW5z
cGVjdG9yL25ldHdvcmsvaGFyL2hhci1wYWdlLmh0bWwKaW5kZXggNWZhZDdkMDY0ZDAuLjNiYjk5
MzcwOTcxIDEwMDY0NAotLS0gYS9MYXlvdXRUZXN0cy9odHRwL3Rlc3RzL2luc3BlY3Rvci9uZXR3
b3JrL2hhci9oYXItcGFnZS5odG1sCisrKyBiL0xheW91dFRlc3RzL2h0dHAvdGVzdHMvaW5zcGVj
dG9yL25ldHdvcmsvaGFyL2hhci1wYWdlLmh0bWwKQEAgLTIzLDYgKzIzLDEwIEBAIGZ1bmN0aW9u
IHRlc3QoKQogICAgICAgICBpZiAoa2V5ID09PSAiX2ZldGNoVHlwZSIpCiAgICAgICAgICAgICBy
ZXR1cm4gdW5kZWZpbmVkOwogCisgICAgICAgIC8vIElmIGNhY2hlZCB0aGUgcHJvdG9jb2wgbWln
aHQgbm90IGJlIGF2YWlsYWJsZS4KKyAgICAgICAgaWYgKGtleSA9PT0gImh0dHBWZXJzaW9uIikK
KyAgICAgICAgICAgIHJldHVybiAiPGZpbHRlcmVkPiI7CisKICAgICAgICAgLy8gSGVhZGVycyBp
bmNsdWRlIGR5bmFtaWMgZGF0YS4KICAgICAgICAgaWYgKGtleSA9PT0gImhlYWRlcnMiKQogICAg
ICAgICAgICAgcmV0dXJuICI8ZmlsdGVyZWQ+IjsK
</data>

          </attachment>
      

    </bug>

</bugzilla>