Bug 196069 - [GTK][WPE] Several IndexedDB tests failing after r243270 "Include WAL and SHM file size in IDB database size computation"
Summary: [GTK][WPE] Several IndexedDB tests failing after r243270 "Include WAL and SHM...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-21 01:34 PDT by Miguel Gomez
Modified: 2019-11-27 04:26 PST (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 Miguel Gomez 2019-03-21 01:34:57 PDT
These tests started failing after r243270 on the wkgtk bot:

  imported/w3c/web-platform-tests/IndexedDB/event-dispatch-active-flag.html [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idb-binary-key-roundtrip.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-advance-continue-async.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-advance-exception-order.html [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-advance-invalid.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-advance.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-continue-exception-order.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-continuePrimaryKey-exception-order.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-continuePrimaryKey-exceptions.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-delete-exception-order.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction-index-keyrange.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction-index.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction-objectstore-keyrange.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction-objectstore.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-iterating-update.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-key.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-primarykey.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-update-exception-order.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbcursor_iterating.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbindex-query-exception-order.html [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbindex-request-source.html [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-deleteIndex-exception-order.html [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_createIndex14-exception_order.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_openKeyCursor.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbrequest-onupgradeneeded.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames.html [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-small.html [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/key-conversion-exceptions.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/key_valid.html [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/keygenerator-explicit.html [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/keygenerator-inject.html [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/keygenerator.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/keypath-special-identifiers.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/keypath_maxsize.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/large-requests-abort.html [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/list_ordering.htm [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/request-event-ordering.html [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/value_recursive.htm [ Failure ]

and besides those, on the wpe bot these also started failing:

  imported/w3c/web-platform-tests/IndexedDB/fire-error-event-exception.html [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/idbindex_getAll.html [ Failure ]
  imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-large.html [ Failure ]


as they are a ton of tests, please check the output and expectations here:

https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r243278%20(10052)/results.html
Comment 1 Miguel Gomez 2019-03-21 01:52:34 PDT
This one is also failing on bot bots:

storage/indexeddb/transaction-coordination-across-databases.html [ Failure ]

diff here : https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r243278%20(10052)/storage/indexeddb/transaction-coordination-across-databases-pretty-diff.html

this one times out on wkgtk

inspector/indexeddb/requestData.html [ Timeout ]

diff here: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r243278%20(10052)/inspector/indexeddb/requestData-pretty-diff.html

and this
Comment 2 Alicia Boya García 2019-08-28 18:44:41 PDT
The following tests are now crash flakes:

imported/w3c/web-platform-tests/IndexedDB/key-conversion-exceptions.htm
imported/w3c/web-platform-tests/IndexedDB/fire-upgradeneeded-event-exception.html
Comment 3 Miguel Gomez 2019-09-19 02:57:52 PDT
r249614 has fixed many of this tests. There are the ones passing now for the WPE port (expectations updated)

  imported/w3c/web-platform-tests/IndexedDB/event-dispatch-active-flag.html
  imported/w3c/web-platform-tests/IndexedDB/idb-binary-key-roundtrip.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-advance-continue-async.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-advance-exception-order.html
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-advance-invalid.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-advance.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-continue-exception-order.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-continuePrimaryKey-exception-order.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-continuePrimaryKey-exceptions.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-delete-exception-order.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction-index-keyrange.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction-index.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction-objectstore-keyrange.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction-objectstore.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-iterating-update.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-key.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-primarykey.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor-update-exception-order.htm
  imported/w3c/web-platform-tests/IndexedDB/idbcursor_iterating.htm
  imported/w3c/web-platform-tests/IndexedDB/idbindex-query-exception-order.html
  imported/w3c/web-platform-tests/IndexedDB/idbindex-request-source.html
  imported/w3c/web-platform-tests/IndexedDB/idbindex_getAll.html
  imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-deleteIndex-exception-order.html
  imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_createIndex14-exception_order.htm
  imported/w3c/web-platform-tests/IndexedDB/idbobjectstore_openKeyCursor.htm
  imported/w3c/web-platform-tests/IndexedDB/idbrequest-onupgradeneeded.htm
  imported/w3c/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames.html
  imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-large.html
  imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-small.html
  imported/w3c/web-platform-tests/IndexedDB/key-conversion-exceptions.htm
  imported/w3c/web-platform-tests/IndexedDB/key_valid.html
  imported/w3c/web-platform-tests/IndexedDB/keygenerator-explicit.html
  imported/w3c/web-platform-tests/IndexedDB/keygenerator-inject.html
  imported/w3c/web-platform-tests/IndexedDB/keygenerator.htm
  imported/w3c/web-platform-tests/IndexedDB/keypath-special-identifiers.htm
  imported/w3c/web-platform-tests/IndexedDB/keypath_maxsize.htm
  imported/w3c/web-platform-tests/IndexedDB/large-requests-abort.html
  imported/w3c/web-platform-tests/IndexedDB/list_ordering.htm
  imported/w3c/web-platform-tests/IndexedDB/request-event-ordering.html
  imported/w3c/web-platform-tests/IndexedDB/value_recursive.htm
Comment 4 Alicia Boya García 2019-10-09 05:45:00 PDT
These tests are passing now. Closing.
Comment 5 Nikolas Zimmermann 2019-11-27 04:26:05 PST
The test expectation file for Gtk still listed:
webkit.org/b/196069 inspector/indexeddb/requestData.html [ Timeout ]

Given that this ticket is closed, I am going to remove that line from the expectations file.