Bug 82817
Summary: | Five dom storage tests are flakey | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | andersca, ap, arv, dpranke, enrica, jsbell, michaeln, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=57799 |
Simon Fraser (smfr)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ojan Vafai
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
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)
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)
*** Bug 82934 has been marked as a duplicate of this bug. ***
Alexey Proskuryakov
This is still an issue.
Anders Carlsson
We should probably rewrite the storage tracking tests to be API tests.