Bug 82817 - Five dom storage tests are flakey
Summary: Five dom storage tests are flakey
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 82934 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-03-30 19:24 PDT by Simon Fraser (smfr)
Modified: 2017-07-18 08:29 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2012-03-30 19:24:21 PDT
These two tests are failing:
http://build.webkit.org/results/Lion%20Release%20(Tests)/r112758%20(7063)/results.html

storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html
storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html

I'll skip them
Comment 1 Ojan Vafai 2012-03-31 16:44:33 PDT
Looks like there's a localStorage bug here...or maybe a DRT logging bug.

They look to be flaky. They passed in the next run: http://build.webkit.org/builders/Lion%20Release%20(Tests)/builds/7064/steps/layout-test/logs/stdio. 

Looking at http://test-results.appspot.com/dashboards/flakiness_dashboard.html#revision=112758&showExpectations=true&group=%40ToT%20-%20webkit.org&tests=storage%2Fdomstorage%2Flocalstorage%2Fstoragetracker%2Fstorage-tracker-1-prepare.html%20storage%2Fdomstorage%2Flocalstorage%2Fstoragetracker%2Fstorage-tracker-2-create.html&builder=Chromium%20Linux%20Release%20(Tests) my best guess is that some logging was inserted into the wrong test. 

In the failing case, storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html has an extra line "Origin identifier: 'file__0'" and storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html is missing the line "Origin identifier: 'file__0'".
Comment 2 Anders Carlsson 2012-04-11 12:51:29 PDT
I'm adding

storage/domstorage/localstorage/storagetracker/storage-tracker-6-create.html
storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage.html

to the mac Skipped list as well, these tests are also flaky with "Origin identifier: 'file__0'" showing intermittently.
Comment 3 Simon Fraser (smfr) 2012-09-19 16:35:14 PDT
Currently skipped tests:

storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html
storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html
storage/domstorage/localstorage/storagetracker/storage-tracker-6-create.html
storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage.html
storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all.html
Comment 4 Simon Fraser (smfr) 2012-09-19 16:35:36 PDT
*** Bug 82934 has been marked as a duplicate of this bug. ***
Comment 5 Alexey Proskuryakov 2014-12-09 22:23:28 PST
This is still an issue.
Comment 6 Anders Carlsson 2014-12-10 08:36:10 PST
We should probably rewrite the storage tracking tests to be API tests.