Five dom storage tests are flakey
https://bugs.webkit.org/show_bug.cgi?id=82817
Summary Five dom storage tests are flakey
Simon Fraser (smfr)
Reported 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
Attachments
Ojan Vafai
Comment 1 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'".
Anders Carlsson
Comment 2 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.
Simon Fraser (smfr)
Comment 3 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
Simon Fraser (smfr)
Comment 4 2012-09-19 16:35:36 PDT
*** Bug 82934 has been marked as a duplicate of this bug. ***
Alexey Proskuryakov
Comment 5 2014-12-09 22:23:28 PST
This is still an issue.
Anders Carlsson
Comment 6 2014-12-10 08:36:10 PST
We should probably rewrite the storage tracking tests to be API tests.
Note You need to log in before you can comment on or make changes to this bug.