Skip to content

Commit 2e736d6

Browse files
Merge branch 'master' into testpipeline
2 parents 4c53766 + 1314890 commit 2e736d6

File tree

143 files changed

+9630
-2728
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+9630
-2728
lines changed

Makefile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Simple test targets
21
.PHONY: test-unit test-integration test-system tests-system-setup
32

43
# Run unit tests (regular tests with code)
@@ -14,4 +13,10 @@ test-system:
1413
cd tests/system && go test -tags=system_test -v .
1514

1615
tests-system-setup:
17-
cd tests/scripts && ./install-lumera.sh
16+
cd tests/scripts && ./install-lumera.sh
17+
18+
gen-lumera-proto:
19+
cd ./proto/lumera/action && protoc --go_out=../../../gen/lumera/action --go-grpc_out=../../../gen/lumera/action --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative action.proto && cd ../../../
20+
cd ./proto/lumera/action && protoc --go_out=../../../gen/lumera/action --go-grpc_out=../../../gen/lumera/action --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative action_service.proto && cd ../../../
21+
cd ./proto/lumera/supernode && protoc --go_out=../../../gen/lumera/supernode --go-grpc_out=../../../gen/lumera/supernode --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative supernode.proto && cd ../../../
22+
cd ./proto/lumera/supernode && protoc --go_out=../../../gen/lumera/supernode --go-grpc_out=../../../gen/lumera/supernode --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative supernode_service.proto && cd ../../../

common/net/credentials/alts.go

Lines changed: 0 additions & 128 deletions
This file was deleted.

common/net/credentials/alts/authinfo/authinfo.go

Lines changed: 0 additions & 25 deletions
This file was deleted.

common/net/credentials/alts/common.go

Lines changed: 0 additions & 60 deletions
This file was deleted.

common/net/credentials/alts/conn/counter_test.go

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)