[Webkit-unassigned] [Bug 75111] [Chromium] fast/workers/storage/use-same-database-in-page-and-workers.html times out frequently

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 4 14:22:30 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75111





--- Comment #4 from Michael Nordman <michaeln at google.com>  2012-01-04 14:22:30 PST ---
> Can we split the test into smaller pieces? Or add SLOW so that it won't time out?

It's initiating a total of 400 write xactions from 4 different threads which are all serialized. We could change the tests to write less and read more instead. Read xactions can run in parallel with one another and don't require flushing to disk.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list