<?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>230056</bug_id>
          
          <creation_ts>2021-09-08 11:48:20 -0700</creation_ts>
          <short_desc>[ BigSur wk2 Debug ] http/tests/inspector/network/resource-request-headers.html is flaky failing</short_desc>
          <delta_ts>2021-09-09 11:33:57 -0700</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>Mac (Intel)</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></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>ayumi_kojima</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ehutchison</cc>
    
    <cc>inspector-bugzilla-changes</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1791561</commentid>
    <comment_count>0</comment_count>
    <who name="">ayumi_kojima</who>
    <bug_when>2021-09-08 11:48:20 -0700</bug_when>
    <thetext>http/tests/inspector/network/resource-request-headers.html

Is a flaky failure on BigSur wk2 Debug.

History: https://results.webkit.org/?suite=layout-tests&amp;test=http%2Ftests%2Finspector%2Fnetwork%2Fresource-request-headers.html

The test has been marked to fail on Mac wk1 at https://trac.webkit.org/changeset/215062/webkit.

The flaky failure on BigSur wk2 Debug is relatively recently according to the history with the fist failure seen at r280244. 

Result page: https://build.webkit.org/results/Apple-BigSur-Debug-WK2-Tests/r282142%20(3644)/results.html

Diff: 

--- /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/http/tests/inspector/network/resource-request-headers-expected.txt
+++ /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/http/tests/inspector/network/resource-request-headers-actual.txt
@@ -15,24 +15,37 @@
 PASS: &apos;Cookie&apos; header value should be `InspectorTestCookie=1234`.
 
 -- Running test case: Resource.Metrics.RequestHeaders.BasicAuth.None
-PASS: Resource should be created.
-PASS: Resource should receive a Response.
-PASS: Resource should have a 401 status code.
-PASS: Response should have a &apos;WWW-Authenticate&apos; response header for the failure.
-PASS: Request should not have a &apos;Authorization&apos; header.
+!! TIMEOUT: took longer than 10000ms
 
 -- Running test case: Resource.Metrics.RequestHeaders.BasicAuth.Failure
 PASS: Resource should be created.
 PASS: Resource should receive a Response.
 PASS: Resource should have a 401 status code.
 PASS: Response should have a &apos;WWW-Authenticate&apos; response header for the failure.
+PASS: Request should not have a &apos;Authorization&apos; header.
+PASS: Resource should be created.
+FAIL: Resource should receive a Response.
+    Expected: Resource instance #2
+    Actual: Resource instance #1
+FAIL: Resource should have a 401 status code.
+    Expected: 401
+    Actual: NaN
+FAIL: Response should have a &apos;WWW-Authenticate&apos; response header for the failure.
+    Expected: truthy
+    Actual: undefined
 FAIL: &apos;Authorization&apos; header value should be for badUsername:badPassword.
     Expected: &quot;Basic YmFkVXNlcm5hbWU6YmFkUGFzc3dvcmQ=&quot;
     Actual: undefined
 
 -- Running test case: Resource.Metrics.RequestHeaders.BasicAuth.Success
 PASS: Resource should be created.
-PASS: Resource should receive a Response.
-PASS: Resource should have a 200 status code.
-PASS: &apos;Authorization&apos; header value should be for goodUsername:goodPassword.
+FAIL: Resource should receive a Response.
+    Expected: Resource instance #1
+    Actual: Resource instance #3
+FAIL: Resource should have a 200 status code.
+    Expected: 200
+    Actual: NaN
+FAIL: &apos;Authorization&apos; header value should be for goodUsername:goodPassword.
+    Expected: &quot;Basic Z29vZFVzZXJuYW1lOmdvb2RQYXNzd29yZA==&quot;
+    Actual: undefined</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1791562</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-09-08 11:48:43 -0700</bug_when>
    <thetext>&lt;rdar://problem/82883922&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1791564</commentid>
    <comment_count>2</comment_count>
    <who name="">ayumi_kojima</who>
    <bug_when>2021-09-08 11:52:50 -0700</bug_when>
    <thetext>Marked test expectations https://trac.webkit.org/changeset/282161/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1792007</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Hutchison">ehutchison</who>
    <bug_when>2021-09-09 11:28:26 -0700</bug_when>
    <thetext>http/tests/inspector/network/har/har-page-aggressive-gc.html is also affected: History : https://results.webkit.org/?suite=layout-tests&amp;test=http%2Ftests%2Finspector%2Fnetwork%2Fhar%2Fhar-page-aggressive-gc.html&amp;platform=mac</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1792008</commentid>
    <comment_count>4</comment_count>
    <who name="Eric Hutchison">ehutchison</who>
    <bug_when>2021-09-09 11:33:57 -0700</bug_when>
    <thetext>Updated test expectations at https://trac.webkit.org/changeset/282231/webkit.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>