Bug 164870 - [mac-wk2 debug] LayoutTest imported/w3c/web-platform-tests/IndexedDB/idbcursor_iterating.htm is a flaky failure
Summary: [mac-wk2 debug] LayoutTest imported/w3c/web-platform-tests/IndexedDB/idbcurso...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 154968
  Show dependency treegraph
 
Reported: 2016-11-17 09:30 PST by Ryan Haddad
Modified: 2021-07-30 10:26 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 Ryan Haddad 2016-11-17 09:30:01 PST
LayoutTest imported/w3c/web-platform-tests/IndexedDB/idbcursor_iterating.htm is a flaky failure

https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK2%20(Tests)/r208845%20(9491)/results.html

--- /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/idbcursor_iterating-expected.txt
+++ /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/idbcursor_iterating-actual.txt
@@ -1,3 +1,3 @@
 
-PASS IDBCursor.continue() - objectstore - delete next element, and iterate to it 
+TIMEOUT IDBCursor.continue() - objectstore - delete next element, and iterate to it Test timed out
Comment 1 Ryan Haddad 2016-11-17 10:20:27 PST
Marked as flaky in http://trac.webkit.org/projects/webkit/changeset/208850
Comment 2 Brady Eidson 2016-11-17 13:45:15 PST
It is only on the verge of timing out in debug builds - Plenty fast in release builds.
Comment 3 Brady Eidson 2016-11-17 13:45:41 PST
(And I see you only marked it flaky for Debug! Great!)
Comment 4 Brady Eidson 2016-12-02 09:35:25 PST
This timing out is not a real correctness bug, but rather a real performance bug.

We need to speed up cursors in general, specifically for debug builds of course.

We'll need to have cursors prefetch the next record or two.
Comment 5 Joseph Pecoraro 2018-08-09 17:07:35 PDT
Closing. El Capitan expectations have been removed.
Comment 6 Radar WebKit Bug Importer 2018-08-09 17:08:27 PDT
<rdar://problem/43118103>
Comment 7 Sihui Liu 2021-07-30 10:26:08 PDT
Expectations updated at https://bugs.webkit.org/show_bug.cgi?id=228241 as the test is no longer flaky.