RESOLVED FIXED148008
Web Inspector: Reduce flakiness of inspector/indexeddb/requestDatabaseNames
https://bugs.webkit.org/show_bug.cgi?id=148008
Summary Web Inspector: Reduce flakiness of inspector/indexeddb/requestDatabaseNames
Joseph Pecoraro
Reported 2015-08-13 18:12:56 PDT
* SUMMARY This test is flakey because an earlier test may create an IndexedDB database that this test did not expect. Simple approach: delete any IndexedDB databases before running the real test.
Attachments
[PATCH] Proposed Fix (2.11 KB, patch)
2015-08-13 18:14 PDT, Joseph Pecoraro
timothy: review+
Joseph Pecoraro
Comment 1 2015-08-13 18:14:28 PDT
Created attachment 258964 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 2 2015-08-13 18:15:22 PDT
* STEPS TO REPRODUCE 1. shell> run-webkit-tests fast/history inspector/indexeddb --child-processes=1 => the inspector test fails
Joseph Pecoraro
Comment 3 2015-08-13 18:30:27 PDT
Alexey Proskuryakov
Comment 4 2015-08-14 08:43:01 PDT
This helped, the test hasn't failed again yet.
Note You need to log in before you can comment on or make changes to this bug.