-
Notifications
You must be signed in to change notification settings - Fork 16
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
pkg/sqlutil: switch TimeoutHook argument to func for dynamic reconfiguration; add TransactDataSource #403
Merged
Conversation
This file contains 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
jmank88
requested review from
samsondav,
krehermann,
patrickhuie19 and
DylanTinianov
March 15, 2024 12:46
jmank88
force-pushed
the
dynamic-timeout-hook
branch
from
March 15, 2024 12:46
051ee9f
to
91e05ff
Compare
samsondav
previously approved these changes
Mar 15, 2024
krehermann
previously approved these changes
Mar 15, 2024
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.
can you add a comment to the commit regarding the motivation for the change? what was problematic about the static val?
jmank88
force-pushed
the
dynamic-timeout-hook
branch
from
March 15, 2024 15:12
91e05ff
to
4ce47fb
Compare
jmank88
force-pushed
the
dynamic-timeout-hook
branch
from
March 16, 2024 13:10
4ce47fb
to
2dffd98
Compare
jmank88
changed the title
pkg/sqlutil: switch TimeoutHook argument to func
pkg/sqlutil: switch TimeoutHook argument to func for dynamic reconfiguration; add TransactDataSource
Mar 16, 2024
1 task
jmank88
force-pushed
the
dynamic-timeout-hook
branch
from
March 21, 2024 12:57
2dffd98
to
82d244f
Compare
jmank88
force-pushed
the
dynamic-timeout-hook
branch
from
March 22, 2024 13:54
82d244f
to
ca50630
Compare
jmank88
force-pushed
the
dynamic-timeout-hook
branch
from
March 22, 2024 14:03
ca50630
to
6f05dc3
Compare
…uration; add TransactDataSource
jmank88
force-pushed
the
dynamic-timeout-hook
branch
from
March 23, 2024 11:37
6f05dc3
to
627eed0
Compare
krehermann
approved these changes
Mar 24, 2024
krehermann
had a problem deploying
to
integration
March 24, 2024 14:39 — with
GitHub Actions
Failure
ettec
pushed a commit
that referenced
this pull request
Mar 28, 2024
…uration; add TransactDataSource (#403) Co-authored-by: krehermann <[email protected]>
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.
Towards: https://smartcontract-it.atlassian.net/browse/BCF-2978
TimeoutHook
from a static value to a func for dynamic reconfigurationNamedExecContext
&PrepareNamedContext
tosqlutil.DataSource
TransactDataSource
for raw SQL txsSupports: