You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(search): cover the warm restore path as well as the cold start
The two tests added with the fix both drive the cold-start branch. This adds one
for the cached branch, where the `finally` used to override the `catch`, so both
halves of the change have a test that fails without it.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
### Bug Fixes
6
6
7
7
* Settle the search index write when an IndexedDB write fails, instead of leaving the promise pending and the search spinner up.
8
-
* Disable the search controls and explain why when the search index cannot be built, instead of leaving the spinner running for as long as the page is open.
8
+
* Disable the search controls and explain why when the search index cannot be built, instead of leaving the spinner running for as long as the page is open. A failed restore from the cached index is no longer reported as a successful load.
0 commit comments