Uh oh!
There was an error while loading. Please reload this page.
fix(storageState): close IndexedDB connections opened by collect and restore - #42260
Conversation
| if (objectStore.keyPath === null) { | ||
| const { encoded, trivial } = this._trySerialize(key); | ||
| try { |
There was a problem hiding this comment.
it is just try/catch.
Test results for "MCP"1 failed 8100 passed, 1311 skipped Merge workflow run. |
Test results for "tests 1"20 flaky51117 passed, 1220 skipped Merge workflow run. |
Hi, I'm the Playwright bot and I took a first look at the CI failures. 🟢 The one failure looks like infra noise, not this PR
DetailsThis PR only touches Pre-existing flake / infra
Honest caveat: with a perfect history I can't point to the same test failing elsewhere to call it a textbook flake — but the 30s-vs-800ms timeout signature plus zero diff reachability make an infra hiccup by far the most likely explanation. A rerun should come back green. Triaged by the Playwright bot - agent run |
8dfd42c
into
microsoft:mainUh oh!
There was an error while loading. Please reload this page.
Summary
storageState({ indexedDB: true })left the IndexedDB connections it opened in the inspected page, blocking any laterdeleteDatabaseon that origin and makingsetStorageState()hang forever while a page was open there._collectDBand_restoreDBonce done.Fixes#42258