Bug 224294

Summary: [ BigSur wk2 Debug x86_64 ] inspector/indexeddb/requestDatabaseNames.html is a flakey text failure
Product: WebKit Reporter: Robert Jenner <jenner>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: hi, inspector-bugzilla-changes, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Robert Jenner 2021-04-07 11:08:35 PDT
inspector/indexeddb/requestDatabaseNames.html

is a flakey text failure in BigSur Debug Wk2 on Intel only. 

HISTORY:
https://results.webkit.org/?suite=layout-tests&test=inspector%2Findexeddb%2FrequestDatabaseNames.html

TEXT DIFF:
--- /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/inspector/indexeddb/requestDatabaseNames-expected.txt
+++ /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/inspector/indexeddb/requestDatabaseNames-actual.txt
@@ -9,10 +9,13 @@
 PASS: No IndexedDB databases should exist initially.
 
 -- Running test case: CreateDatabase1
-PASS: A single IndexedDB database should exist.
-["Database1"]
+!! TIMEOUT: took longer than 10000ms
 
 -- Running test case: CreateDatabase2
+FAIL: A single IndexedDB database should exist.
+    Expected: truthy
+    Actual: false
+["Database2","Database1"]
 PASS: Two IndexedDB databases should exist.
 ["Database1","Database2"]
Comment 1 Radar WebKit Bug Importer 2021-04-07 11:18:43 PDT
<rdar://problem/76357021>
Comment 2 Robert Jenner 2021-04-07 12:15:30 PDT
Attempted to reproduce the failure, but was unable to do so. Test appears to be very flakey, and is only happening in BigSur Debug wk2 on Intel only. It also appears to have been flakey for a while.

Updated test expectations to Pass Failure here:
https://trac.webkit.org/changeset/275618/webkit