Skip to content

Commit 90b8ae8

Browse files
Ly Caoachals
authored andcommitted
added integration test w/o odfv + dummy entity
Signed-off-by: Felix Wang <wangfelix98@gmail.com> Signed-off-by: Achal Shah <achals@gmail.com>
1 parent 23ddda1 commit 90b8ae8

17 files changed

Lines changed: 824 additions & 232 deletions

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)