Skip to content

Commit 9c78a80

Browse files
Ly CaoLy Cao
authored andcommitted
added integration test w/o odfv + dummy entity
1 parent 31b0829 commit 9c78a80

File tree

17 files changed

+824
-230
lines changed

17 files changed

+824
-230
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
1818
MVN := mvn -f java/pom.xml ${MAVEN_EXTRA_OPTS}
19-
PROTO_TYPE_SUBDIRS = core serving types storage third_party/grpc/connector third_party/grpc/health/v1
19+
PROTO_TYPE_SUBDIRS = core serving types storage third_party/grpc/connector
2020
PROTO_SERVICE_SUBDIRS = core serving
2121
OS := linux
2222
ifeq ($(shell uname -s), Darwin)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/ghodss/yaml v1.0.0
77
github.com/go-redis/redis/v8 v8.11.4
88
github.com/golang/protobuf v1.5.2
9+
github.com/hashicorp/go-hclog v0.14.1
910
github.com/hashicorp/go-plugin v1.4.3
1011
github.com/spaolacci/murmur3 v1.1.0
1112
github.com/stretchr/testify v1.7.0
@@ -19,7 +20,6 @@ require (
1920
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
2021
github.com/fatih/color v1.7.0 // indirect
2122
github.com/google/go-cmp v0.5.7 // indirect
22-
github.com/hashicorp/go-hclog v0.14.1 // indirect
2323
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
2424
github.com/mattn/go-colorable v0.1.4 // indirect
2525
github.com/mattn/go-isatty v0.0.10 // indirect

0 commit comments

Comments
 (0)