[Webkit-unassigned] [Bug 229457] New: [ Win EWS ] storage/indexeddb/getdatabases.html is a flaky failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 24 11:20:56 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=229457

            Bug ID: 229457
           Summary: [ Win EWS ] storage/indexeddb/getdatabases.html is a
                    flaky failure
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ayumi_kojima at apple.com

storage/indexeddb/getdatabases.html

Is a flaky failure on Windows-EWS.

It's also showing up as a flaky failure on the open source: https://results.webkit.org/?suite=layout-tests&test=storage%2Findexeddb%2Fgetdatabases.html

There was a constant failure previously that got fixed at https://trac.webkit.org/changeset/280524/webkit. Not sure if this is a new failure or something that's related to the previous bug (https://bugs.webkit.org/show_bug.cgi?id=228692).

Seems that the test first failed at this time at r280719

Diff:

--- /home/buildbot/worker/Windows-EWS/build/layout-test-results/storage/indexeddb/getdatabases-expected.txt
+++ /home/buildbot/worker/Windows-EWS/build/layout-test-results/storage/indexeddb/getdatabases-actual.txt
@@ -6,13 +6,14 @@
 indexedDB.open('getdatabase-first')
 PASS databases.length is 0
 indexedDB.open('getdatabase-second', 2)
-PASS databases.length is 1
+FAIL databases.length should be 1. Was 2.
 PASS databases[0].version is 1
 PASS databases[0].name is "getdatabase-first"
-PASS databases.length is 2
+FAIL databases.length should be 2. Was 3.
 PASS databases[1].version is 2
 PASS databases[1].name is "getdatabase-second"
 PASS successfullyParsed is true
+Some tests failed.

 TEST COMPLETE

Result page: https://ews-build.s3-us-west-2.amazonaws.com/Windows-EWS/r435927-101989/results.html  

Flakiness on EWS seems to have started at around this build https://ews-build.webkit.org/#/builders/10/builds/101989

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210824/8230002a/attachment.htm>


More information about the webkit-unassigned mailing list