Bug 161001
Summary: | IndexedDB.WebProcessKillIDBCleanup timeout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | beidson, ryanhaddad |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 154968 |
Alexey Proskuryakov
Saw IndexedDB.WebProcessKillIDBCleanup time out today: https://build.webkit.org/builders/Apple%20El%20Capitan%20Debug%20WK1%20%28Tests%29/builds/7601/steps/run-api-tests/logs/stdio
No crash log on the bot.
PASS IndexedDB.DatabaseProcessKill
ERROR: Database name in the info database ('IndexedDBMultiProcess') does not match the expected name ('IDBDeleteRecovery')
/Volumes/Data/slave/elcapitan-debug/build/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp(567) : std::unique_ptr<IDBDatabaseInfo> WebCore::IDBServer::SQLiteIDBBackingStore::extractExistingDatabaseInfo()
ERROR: Could not create IDBDatabaseInfo table in database (1) - table IDBDatabaseInfo already exists
/Volumes/Data/slave/elcapitan-debug/build/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp(487) : std::unique_ptr<IDBDatabaseInfo> WebCore::IDBServer::SQLiteIDBBackingStore::createAndPopulateInitialDatabaseInfo()
ERROR: Unable to establish IDB database at path '/Users/buildbot/Library/WebKit/TestWebKitAPI/WebsiteData/IndexedDB/file__0/IDBDeleteRecovery/IndexedDB.sqlite3'
/Volumes/Data/slave/elcapitan-debug/build/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp(748) : virtual WebCore::IDBError WebCore::IDBServer::SQLiteIDBBackingStore::getOrEstablishDatabaseInfo(WebCore::IDBDatabaseInfo &)
ERROR: Error getting database info from database IDBDeleteRecovery@file://:0:file://:0 that we are trying to delete
/Volumes/Data/slave/elcapitan-debug/build/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp(242) : void WebCore::IDBServer::UniqueIDBDatabase::deleteBackingStore(const WebCore::IDBDatabaseIdentifier &)
ERROR: Error getting all blob filenames to be deleted
/Volumes/Data/slave/elcapitan-debug/build/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp(2074) : virtual void WebCore::IDBServer::SQLiteIDBBackingStore::deleteBackingStore()
PASS IndexedDB.DeleteRecovery
PASS IndexedDB.IndexedDBMultiProcess
PASS IndexedDB.IndexedDBPersistence
PASS IndexedDB.StoreBlobThenDelete
TIMEOUT IndexedDB.WebProcessKillIDBCleanup
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brady Eidson
https://trac.webkit.org/changeset/209251