storj/pkg/rpc
Isaac Hess 9256399872
CI: test drpc and grpc (#3163)
* wip: test drpc

* Add parallel intregration test

* Add jenkinsfile.drpc

* Remove unnecessary jenkinsfile items

* testing: GOFLAGS=-drpc (#3236)

* Use GOFLAGS

* add debug

* revert tags

* revert changes

* move goflags to the correct place

* add sanity check
2019-10-11 08:30:06 -06:00
..
rpcpeer all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
rpcstatus pkg/rpc/rpcstatus: Fix return type (#3162) 2019-10-02 14:46:18 -06:00
common_drpc.go all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
common_grpc.go all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
common.go pkg/rpc: build tag based selection of rpc details 2019-09-20 21:07:33 +00:00
compat_drpc.go storagenode/cmd: create start graceful exit CLI (#3202) 2019-10-11 09:58:12 -04:00
compat_grpc.go storagenode/cmd: create start graceful exit CLI (#3202) 2019-10-11 09:58:12 -04:00
conn.go pkg/rpc: build tag based selection of rpc details 2019-09-20 21:07:33 +00:00
dial_drpc.go pkg/rpc: don't leak goroutines during a drpc dial 2019-10-04 20:09:36 +00:00
dial_grpc.go pkg/rpc: add WithInsecure when doing non-tls dials 2019-09-27 09:07:14 -06:00
dial.go pkg/rpc: return context error if ready after DialContext fails 2019-10-04 20:09:00 +00:00
gen.go pkg/rpc: build tag based selection of rpc details 2019-09-20 21:07:33 +00:00
rpc_test.go CI: test drpc and grpc (#3163) 2019-10-11 08:30:06 -06:00