Skip to content

Commit 0e36ba4

Browse files
author
Alex Walker
authored
Upgrade GraqlSteps (BDD) to Grakn 2.0 (#230)
## What is the goal of this PR? Our implementation of BDD, `GraqlSteps`, was out of date, with much of the code being Grakn 1.8 code. We upgraded it to 2.0. ## What are the changes implemented in this PR? Upgrade GraqlSteps (BDD) to Grakn 2.0
1 parent 66ad1cf commit 0e36ba4

File tree

4 files changed

+292
-221
lines changed

4 files changed

+292
-221
lines changed

.grabl/automation.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,12 @@ build:
7575
bazel run @graknlabs_dependencies//distribution/artifact:create-netrc
7676
bazel test //test/behaviour/connection/... --test_output=streamed --jobs=1
7777
bazel test //test/behaviour/concept/... --test_output=streamed
78+
bazel test //test/behaviour/graql/language/match/... --test_output=streamed
79+
bazel test //test/behaviour/graql/language/get/... --test_output=streamed
80+
bazel test //test/behaviour/graql/language/define/... --test_output=streamed
7881
# TODO: delete --jobs=1 if we fix the issue with excess memory usage
7982
# TODO: use --config=rbe once Grakn Core runs in RBE
80-
# TODO: add Graql Language tests as they are implemented
83+
# TODO: add more Graql Language tests as they are fixed
8184
deploy-maven-snapshot:
8285
image: graknlabs-ubuntu-20.04
8386
dependencies: [build, build-dependency, test-behaviour]

dependencies/graknlabs/artifacts.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ def graknlabs_grakn_core_artifacts():
2727
artifact_name = "grakn-core-server-{platform}-{version}.{ext}",
2828
tag_source = deployment["artifact.release"],
2929
commit_source = deployment["artifact.snapshot"],
30-
commit = "7644c0194f3e9ba7cee1a3b8964a67086472165d",
30+
commit = "b9d1cb52a7e261995d2f3650bbcf2626b4f62c3e",
3131
)

dependencies/graknlabs/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def graknlabs_behaviour():
5858
git_repository(
5959
name = "graknlabs_behaviour",
6060
remote = "https://github.com/graknlabs/behaviour",
61-
commit = "2279d3a284d53fdd989885c06f3c50f00f930a63", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_behaviour
61+
commit = "7160e46660b4d6174c580844e2de5a096861cf9f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_behaviour
6262
)
6363

6464
def graknlabs_grabl_tracing():

0 commit comments

Comments
 (0)