indexeddb: restore object store metadata on upgrade abort and sync connection #42786
Merged
Taym95 merged 5 commits intoMar 4, 2026
Merged
Conversation
…nnection scope Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
|
🔨 Triggering try run (#22329191125) for Linux (WPT) |
|
Test results for linux-wpt from try job (#22329191125): Flaky unexpected result (29)
Stable unexpected results that are known to be intermittent (21)
Stable unexpected results (18)
|
|
|
|
🔨 Triggering try run (#22346326449) for Linux (WPT) |
|
Test results for linux-wpt from try job (#22346326449): Flaky unexpected result (40)
Stable unexpected results that are known to be intermittent (19)
Stable unexpected results (1)
|
|
|
Member
|
Taking a look today. |
|
🔨 Triggering try run (#22354612831) for Linux (WPT) |
|
Test results for linux-wpt from try job (#22354612831): Flaky unexpected result (41)
Stable unexpected results that are known to be intermittent (20)
Stable unexpected results (1)
|
|
|
Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
acbcc41 to
135d35f
Compare
janvarga
approved these changes
Feb 25, 2026
…_store_names Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
…a-revert Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
|
🔨 Triggering try run (#22628218000) for Linux (WPT) |
|
Test results for linux-wpt from try job (#22628218000): Flaky unexpected result (22)
Stable unexpected results that are known to be intermittent (19)
|
|
✨ Try run (#22628218000) succeeded. |
Collaborator
|
🛠 These changes could not be applied onto the latest upstream WPT. Servo's copy of the Web Platform Tests may be out of sync. |
offline-ant
pushed a commit
to offline-ant/havi
that referenced
this pull request
Jun 4, 2026
…nnection (servo#42786) The frontend connection metadata was not consistently synchronized with backend object store state during open/upgrade, and upgrade abort did not fully restore the connection object store set in all cases. Testing: More indexeddb tests should pass. part of servo#40983 --------- Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The frontend connection metadata was not consistently synchronized with backend object store state during open/upgrade, and upgrade abort did not fully restore the connection object store set in all cases.
Testing: More indexeddb tests should pass.
part of #40983