Bug 229429

Summary: [BigSur wk2 Debug] http/tests/inspector/network/fetch-network-data.html is a flaky failure
Product: WebKit Reporter: Eric Hutchison <ehutchison>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: achristensen, bfulgham, ehutchison, koivisto, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Eric Hutchison 2021-08-23 15:30:07 PDT
http/tests/inspector/network/fetch-network-data.html

is a flaky failure on BigSur wk2 Debug.

History: https://results.webkit.org/?platform=ios&platform=mac&suite=layout-tests&test=http%2Ftests%2Finspector%2Fnetwork%2Ffetch-network-data.html

Results: https://build.webkit.org/results/Apple-BigSur-Debug-WK2-Tests/r281431%20(3381)/results.html

Diff:
--- /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/http/tests/inspector/network/fetch-network-data-expected.txt
+++ /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/http/tests/inspector/network/fetch-network-data-actual.txt
@@ -5,13 +5,14 @@
 == Running test suite: Network.Fetch
 -- Running test case: Network.Fetch.ModeNoCORS.SameOrigin
 PASS: Resource should be Fetch type.
+!! TIMEOUT: took longer than 10000ms
+
+-- Running test case: Network.Fetch.ModeNoCORS.CrossOrigin
+PASS: Resource should be Fetch type.
 PASS: Resource should have loaded successfully.
 PASS: MIMEType should be 'application/json'.
 PASS: Status code should be 200.
 PASS: Should be able to see X-Custom-Header.
-
--- Running test case: Network.Fetch.ModeNoCORS.CrossOrigin
-PASS: Resource should be Fetch type.
 PASS: Resource should have loaded successfully.
 PASS: MIMEType should be 'application/json'.
 PASS: Status code should be 200.
Comment 1 Radar WebKit Bug Importer 2021-08-23 15:35:45 PDT
<rdar://problem/82264753>
Comment 2 Eric Hutchison 2021-08-23 15:40:53 PDT
Updated test expectations at http://trac.webkit.org/changeset/281476/webkit.
Comment 3 Eric Hutchison 2021-09-13 14:03:27 PDT
Unable to reproduce on BigSur wk2 Debug.