Bug 224294 - [ BigSur wk2 Debug x86_64 ] inspector/indexeddb/requestDatabaseNames.html is a flakey text failure
Summary: [ BigSur wk2 Debug x86_64 ] inspector/indexeddb/requestDatabaseNames.html is ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-04-07 11:08 PDT by Robert Jenner
Modified: 2021-04-07 12:18 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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