Skip to content

Commit cd20a76

Browse files
Update dependencies for 2.17.0 release (#411)
## What is the goal of this PR? Update all Vaticle dependencies to prepare for the next 2.17.0 release. ## What are the changes implemented in this PR? * Bump dependencies * Bump VERSION to 2.17.0
1 parent 302b2d8 commit cd20a76

File tree

22 files changed

+44
-44
lines changed

22 files changed

+44
-44
lines changed

.factory/automation.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ build:
5353
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
5454
bazel build //...
5555
bazel run @vaticle_dependencies//tool/checkstyle:test-coverage
56-
bazel test $(bazel query 'kind(checkstyle_test, //...)') --test_output=errors --test_timeout=1800
56+
bazel test $(bazel query 'kind(checkstyle_test, //...)') --test_output=errors
5757
build-dependency:
5858
image: vaticle-ubuntu-22.04
5959
command: |
@@ -66,30 +66,30 @@ build:
6666
export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
6767
export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
6868
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
69-
bazel test //test/integration/... --test_output=errors --test_timeout=1800
69+
bazel test //test/integration/... --test_output=errors
7070
test-behaviour-connection-core:
7171
image: vaticle-ubuntu-22.04
7272
command: |
7373
export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
7474
export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
7575
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
76-
.factory/test-core.sh //test/behaviour/connection/... --test_output=errors --jobs=1 --test_timeout=1800
76+
.factory/test-core.sh //test/behaviour/connection/... --test_output=errors --jobs=1
7777
# TODO: delete --jobs=1 if we fix the issue with excess memory usage
7878
test-behaviour-connection-cluster:
7979
image: vaticle-ubuntu-22.04
8080
command: |
8181
export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
8282
export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
8383
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
84-
.factory/test-cluster.sh //test/behaviour/connection/... --test_output=errors --jobs=1 --test_timeout=1800
84+
.factory/test-cluster.sh //test/behaviour/connection/... --test_output=errors --jobs=1
8585
# TODO: delete --jobs=1 if we fix the issue with excess memory usage
8686
test-behaviour-concept-core:
8787
image: vaticle-ubuntu-22.04
8888
command: |
8989
export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
9090
export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
9191
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
92-
.factory/test-core.sh //test/behaviour/concept/... --test_output=errors --test_timeout=1800
92+
.factory/test-core.sh //test/behaviour/concept/... --test_output=errors
9393
# test-behaviour-concept-cluster:
9494
# image: vaticle-ubuntu-22.04
9595
# command: |
@@ -103,8 +103,8 @@ build:
103103
export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
104104
export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
105105
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
106-
.factory/test-core.sh //test/behaviour/typeql/language/match/... --test_output=errors --test_timeout=1800
107-
.factory/test-core.sh //test/behaviour/typeql/language/get/... --test_output=errors --test_timeout=1800
106+
.factory/test-core.sh //test/behaviour/typeql/language/match/... --test_output=errors
107+
.factory/test-core.sh //test/behaviour/typeql/language/get/... --test_output=errors
108108
# test-behaviour-match-cluster:
109109
# image: vaticle-ubuntu-22.04
110110
# command: |
@@ -119,34 +119,34 @@ build:
119119
export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
120120
export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
121121
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
122-
.factory/test-core.sh //test/behaviour/typeql/language/insert/... --test_output=errors --test_timeout=1800
123-
.factory/test-core.sh //test/behaviour/typeql/language/delete/... --test_output=errors --test_timeout=1800
124-
.factory/test-core.sh //test/behaviour/typeql/language/update/... --test_output=errors --test_timeout=1800
122+
.factory/test-core.sh //test/behaviour/typeql/language/insert/... --test_output=errors
123+
.factory/test-core.sh //test/behaviour/typeql/language/delete/... --test_output=errors
124+
.factory/test-core.sh //test/behaviour/typeql/language/update/... --test_output=errors
125125
test-behaviour-writable-cluster:
126126
image: vaticle-ubuntu-22.04
127127
command: |
128128
export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
129129
export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
130130
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
131-
.factory/test-cluster.sh //test/behaviour/typeql/language/insert/... --test_output=errors --test_timeout=1800
132-
.factory/test-cluster.sh //test/behaviour/typeql/language/delete/... --test_output=errors --test_timeout=1800
133-
.factory/test-cluster.sh //test/behaviour/typeql/language/update/... --test_output=errors --test_timeout=1800
131+
.factory/test-cluster.sh //test/behaviour/typeql/language/insert/... --test_output=errors
132+
.factory/test-cluster.sh //test/behaviour/typeql/language/delete/... --test_output=errors
133+
.factory/test-cluster.sh //test/behaviour/typeql/language/update/... --test_output=errors
134134
test-behaviour-definable-core:
135135
image: vaticle-ubuntu-22.04
136136
command: |
137137
export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
138138
export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
139139
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
140-
.factory/test-core.sh //test/behaviour/typeql/language/define/... --test_output=errors --test_timeout=1800
141-
.factory/test-core.sh //test/behaviour/typeql/language/undefine/... --test_output=errors --test_timeout=1800
140+
.factory/test-core.sh //test/behaviour/typeql/language/define/... --test_output=errors
141+
.factory/test-core.sh //test/behaviour/typeql/language/undefine/... --test_output=errors
142142
test-behaviour-definable-cluster:
143143
image: vaticle-ubuntu-22.04
144144
command: |
145145
export ARTIFACT_USERNAME=$REPO_VATICLE_USERNAME
146146
export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
147147
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
148-
.factory/test-cluster.sh //test/behaviour/typeql/language/define/... --test_output=errors --test_timeout=1800
149-
.factory/test-cluster.sh //test/behaviour/typeql/language/undefine/... --test_output=errors --test_timeout=1800
148+
.factory/test-cluster.sh //test/behaviour/typeql/language/define/... --test_output=errors
149+
.factory/test-cluster.sh //test/behaviour/typeql/language/undefine/... --test_output=errors
150150
deploy-maven-snapshot:
151151
image: vaticle-ubuntu-22.04
152152
dependencies: [

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.16.1
1+
2.17.0

dependencies/vaticle/artifacts.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def vaticle_typedb_artifact():
2929
artifact_name = "typedb-server-{platform}-{version}.{ext}",
3030
tag_source = deployment["artifact.release"],
3131
commit_source = deployment["artifact.snapshot"],
32-
commit = "de6c2e8054b5c0fc6d8bc6e0071bc1a7c276efe6",
32+
commit = "c78d79b00894a65dd94f219339419b278a9663dd",
3333
)
3434

3535
def vaticle_typedb_cluster_artifact():
@@ -39,5 +39,5 @@ def vaticle_typedb_cluster_artifact():
3939
artifact_name = "typedb-cluster-all-{platform}-{version}.{ext}",
4040
tag_source = deployment_private["artifact.release"],
4141
commit_source = deployment_private["artifact.snapshot"],
42-
commit = "302c0db2a29d515b75b7ef219ddfe3b85edbf9c8",
42+
commit = "b00b9f016899b924fc8a083ff6183341a601f65e",
4343
)

dependencies/vaticle/repositories.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@ def vaticle_typeql():
3131
def vaticle_typedb_common():
3232
git_repository(
3333
name = "vaticle_typedb_common",
34-
remote = "https://github.com/jamesreprise/typedb-common",
35-
commit = "a5d4ddf53e0f3bed3d73fa10137edf1a3732595e", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
34+
remote = "https://github.com/vaticle/typedb-common",
35+
tag = "2.17.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
3636
)
3737

3838
def vaticle_dependencies():
3939
git_repository(
4040
name = "vaticle_dependencies",
4141
remote = "https://github.com/vaticle/dependencies",
42-
commit = "6a8c31f57b8f7e10d63f00ef709f80c301aaedaf", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
42+
commit = "66596a14ec39921e04aa336af8439962d4ee0005", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
4343
)
4444

4545
def vaticle_typedb_protocol():
4646
git_repository(
4747
name = "vaticle_typedb_protocol",
4848
remote = "https://github.com/vaticle/typedb-protocol",
49-
commit = "a22d4eb77c799f93c2898f7e2ef6a9b52ab716f1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_protocol
49+
tag = "2.17.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_protocol
5050
)
5151

5252
def vaticle_typedb_behaviour():
5353
git_repository(
5454
name = "vaticle_typedb_behaviour",
5555
remote = "https://github.com/vaticle/typedb-behaviour",
56-
commit = "a8c2bd79c4e440d4682e68bb15b4578456eefd2a" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
56+
commit = "c75c64d42725163e62078218207efbcb2b5ed845" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
5757
)
5858

5959
def vaticle_factory_tracing():

test/behaviour/concept/thing/attribute/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ typedb_behaviour_java_test(
7878
runtime_deps = [
7979
"//test/behaviour/config:parameters",
8080
],
81-
size = "medium",
81+
size = "large",
8282
)
8383
checkstyle_test(
8484
name = "checkstyle",

test/behaviour/concept/thing/entity/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ typedb_behaviour_java_test(
8181
runtime_deps = [
8282
"//test/behaviour/config:parameters",
8383
],
84-
size = "medium",
84+
size = "large",
8585
)
8686

8787
checkstyle_test(

test/behaviour/concept/thing/relation/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ typedb_behaviour_java_test(
8383
runtime_deps = [
8484
"//test/behaviour/config:parameters",
8585
],
86-
size = "medium",
86+
size = "large",
8787
)
8888

8989
checkstyle_test(

test/behaviour/concept/type/attributetype/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ typedb_behaviour_java_test(
7878
runtime_deps = [
7979
"//test/behaviour/config:parameters",
8080
],
81-
size = "medium",
81+
size = "large",
8282
)
8383

8484
checkstyle_test(

test/behaviour/concept/type/entitytype/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ typedb_behaviour_java_test(
7272
runtime_deps = [
7373
"//test/behaviour/config:parameters",
7474
],
75-
size = "medium",
75+
size = "large",
7676
)
7777

7878
checkstyle_test(

test/behaviour/concept/type/relationtype/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ typedb_behaviour_java_test(
8080
runtime_deps = [
8181
"//test/behaviour/config:parameters",
8282
],
83-
size = "medium",
83+
size = "large",
8484
)
8585

8686
checkstyle_test(

0 commit comments

Comments
 (0)