-
Notifications
You must be signed in to change notification settings - Fork 245
fix: close ViewStore on IModelDb.close and disconnect V2 checkpoint containers on shutdown #9539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
anmolshres98
merged 14 commits into
master
from
anmolshres98/issue-5017-flaky-handle-leak
Aug 5, 2026
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
1ea118c
fix: close ViewStore on IModelDb.close and disconnect V2 checkpoint c…
anmolshres98 153edd8
Merge remote-tracking branch 'origin/master' into anmolshres98/issue-…
anmolshres98 5ce22bd
change after comment
anmolshres98 f292a80
Merge branch 'master' of https://github.com/iTwin/itwinjs-core into a…
anmolshres98 8157d63
Merge branch 'master' into anmolshres98/issue-5017-flaky-handle-leak
anmolshres98 ddc33a8
Merge remote-tracking branch 'origin/master' into anmolshres98/issue-…
anmolshres98 ca30810
Merge branch 'anmolshres98/issue-5017-flaky-handle-leak' of https://g…
anmolshres98 92d4121
Merge branch 'master' of https://github.com/iTwin/itwinjs-core into a…
anmolshres98 25f2064
pr review comments
anmolshres98 f3e2c31
change file update
anmolshres98 af95ecd
Merge branch 'master' of https://github.com/iTwin/itwinjs-core into a…
anmolshres98 e0f100f
Merge branch 'master' of https://github.com/iTwin/itwinjs-core into a…
anmolshres98 4889ac1
pr review comments
anmolshres98 e357450
final test change from review
anmolshres98 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
10 changes: 10 additions & 0 deletions
10
...hanges/@itwin/build-tools/anmolshres98-issue-5017-flaky-handle-leak_2026-02-19-00-00.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "changes": [ | ||
| { | ||
| "packageName": "@itwin/build-tools", | ||
| "comment": "Reduced the mocha-reporter handle-leak detection timeout for non-Chrome Node test runs from 30 to 10 seconds; Chrome remains at 30 seconds.", | ||
| "type": "none" | ||
| } | ||
| ], | ||
| "packageName": "@itwin/build-tools" | ||
| } |
10 changes: 10 additions & 0 deletions
10
...anges/@itwin/core-backend/anmolshres98-issue-5017-flaky-handle-leak_2026-02-19-00-00.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "changes": [ | ||
| { | ||
| "packageName": "@itwin/core-backend", | ||
| "comment": "IModelDb.close() now closes its ViewStore, and IModelHost.shutdown() now also disconnects V2 checkpoint containers. Separately, non-public containers with token-refresh enabled (`tokenRefreshSeconds > 0`, the default) keep the process alive until disconnected - disconnect any you manage outside `CloudSqlite.CloudCaches` before exiting.", | ||
| "type": "none" | ||
| } | ||
| ], | ||
| "packageName": "@itwin/core-backend" | ||
| } |
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.