-
Notifications
You must be signed in to change notification settings - Fork 216
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
Fix issue where query get interrupted during prepare. (backport #7592) [release/4.10.x] #7654
base: release/4.10.x
Are you sure you want to change the base?
Conversation
Co-authored-by: Affan Khan <[email protected]> (cherry picked from commit f5485d7) # Conflicts: # common/config/rush/pnpm-lock.yaml
Cherry-pick of f5485d7 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Co-authored-by: Affan Khan <[email protected]>
@DanRod1999 any idea what happened to the native addon here? |
windows build failed on addon release. Rerunning build now. Should be transient since the PR itself merged, however it is the same compiler error I've been getting in my other BP pr. I think its a coincidence, but a little alarming to see it keep popping up. |
imodel-native: iTwin/imodel-native#989
Fixes: #7549
step()
function.ShuttingDown
which cause frontend to retry.delay
use for testing cause every query to delay at least once even when not testing.allowTestingArgs
help simulate a condition for testing.ConcurrentQuery
config is not stored on db connection anymore.The default config look as following. Only new change is
autoShutdowWhenIdealForSeconds: 1800
This is an automatic backport of pull request #7592 done by [Mergify](https://mergify.com).