-
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. #7592
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving addon bump
This pull request is now in conflicts. Could you fix it @khanaffan? 🙏 |
@Mergifyio backport release/4.10.x release/4.11.x |
✅ Backports have been created
|
Co-authored-by: Affan Khan <khanaffan@users.noreply.github.com> (cherry picked from commit f5485d7) # Conflicts: # common/config/rush/pnpm-lock.yaml
Co-authored-by: Affan Khan <khanaffan@users.noreply.github.com> (cherry picked from commit f5485d7) # Conflicts: # common/config/rush/pnpm-lock.yaml
Co-authored-by: Affan Khan <khanaffan@users.noreply.github.com>
Co-authored-by: Affan Khan <khanaffan@users.noreply.github.com>
… [release/4.11.x] (#7655) Co-authored-by: affank <khanaffan@gmail.com> Co-authored-by: Affan Khan <khanaffan@users.noreply.github.com> Co-authored-by: imodeljs-admin <38288322+imodeljs-admin@users.noreply.github.com>
… [release/4.10.x] (#7654) Co-authored-by: affank <khanaffan@gmail.com> Co-authored-by: Affan Khan <khanaffan@users.noreply.github.com> Co-authored-by: imodeljs-admin <38288322+imodeljs-admin@users.noreply.github.com> Co-authored-by: Arun George <11051042+aruniverse@users.noreply.github.com>
imodel-native: iTwin/imodel-native#973
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