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
{{ message }}
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
## What is the goal of this PR?
We implement options for transaction timeout configuration (typedb/typedb#6487). We also add BDD implementation for new steps required to test transaction timeout and configuring transaction options.
## What are the changes implemented in this PR?
* Add option for transaction timeout (default: 5 mins)
* drain and throw exceptions when the transaction is closed with un-received errors
* add missing BDD steps for session and transaction option configuration
Copy file name to clipboardExpand all lines: dependencies/vaticle/repositories.bzl
+3-3
Original file line number
Diff line number
Diff line change
@@ -25,19 +25,19 @@ def vaticle_dependencies():
25
25
git_repository(
26
26
name="vaticle_dependencies",
27
27
remote="https://github.com/vaticle/dependencies",
28
-
commit="e1e21118201b71855927062fb67f267b54f71017", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
28
+
commit="4d6ca1b6d7fe93e4c11b18aeba5d5889b928aadd", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
commit="042cbf2a6c3b8b9d7a8c3b8d74e796da968523fd"# sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
42
+
commit="d92d840dd40cc8393936d6f6042820ebcd3a9cef"# sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
0 commit comments