Status: Untriaged
Owner: [email protected]
Labels: Type-Bug Pri-2 OS-All Area-Misc Mstone-5

New issue 26296 by [email protected]: ExtensionApiTest.History is flaky
http://code.google.com/p/chromium/issues/detail?id=26296

The test manipulates the database and then queries the database to test its
state.  The asynchronous nature of the history database is causing the tests
to be flaky on the Vista buildbot.

This is ultimately a timing issue between adding a URL to the history and
querying for it.  An easy solution is to add waits of significant length
between the writes and reads.  A better solution would be to propagate a
history event when the store has been updated.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to