Merge #322
tests.yaml
on: pull_request
Dependencies
51s
Unit Test
2m 3s
Nats Test End to End
3m 36s
GRPC Test End to End
3m 14s
Annotations
8 errors
Unit Test:
cluster/grpc_rpc_client_test.go#L286
cannot use mockPitayaServer (variable of type *"github.com/topfreegames/pitaya/v2/protos/mocks".MockPitayaServer) as protos.PitayaServer value in argument to gs.SetPitayaServer: *"github.com/topfreegames/pitaya/v2/protos/mocks".MockPitayaServer does not implement protos.PitayaServer (missing method mustEmbedUnimplementedPitayaServer)
|
Unit Test:
cluster/grpc_rpc_client_test.go#L327
cannot use mockPitayaServer (variable of type *"github.com/topfreegames/pitaya/v2/protos/mocks".MockPitayaServer) as protos.PitayaServer value in argument to gs.SetPitayaServer: *"github.com/topfreegames/pitaya/v2/protos/mocks".MockPitayaServer does not implement protos.PitayaServer (missing method mustEmbedUnimplementedPitayaServer)
|
Unit Test:
cluster/grpc_rpc_client_test.go#L432
cannot use mockPitayaServer (variable of type *"github.com/topfreegames/pitaya/v2/protos/mocks".MockPitayaServer) as protos.PitayaServer value in argument to gs.SetPitayaServer: *"github.com/topfreegames/pitaya/v2/protos/mocks".MockPitayaServer does not implement protos.PitayaServer (missing method mustEmbedUnimplementedPitayaServer)
|
Unit Test:
cluster/grpc_rpc_server_test.go#L35
cannot use mockPitayaServer (variable of type *"github.com/topfreegames/pitaya/v2/protos/mocks".MockPitayaServer) as protos.PitayaServer value in argument to gs.SetPitayaServer: *"github.com/topfreegames/pitaya/v2/protos/mocks".MockPitayaServer does not implement protos.PitayaServer (missing method mustEmbedUnimplementedPitayaServer)
|
Unit Test:
cluster/nats_rpc_server_test.go#L398
cannot use pitayaSvMock (variable of type *"github.com/topfreegames/pitaya/v2/protos/mocks".MockPitayaServer) as protos.PitayaServer value in argument to rpcServer.SetPitayaServer: *"github.com/topfreegames/pitaya/v2/protos/mocks".MockPitayaServer does not implement protos.PitayaServer (missing method mustEmbedUnimplementedPitayaServer)
|
Unit Test:
cluster/nats_rpc_server_test.go#L441
cannot use pitayaSvMock (variable of type *"github.com/topfreegames/pitaya/v2/protos/mocks".MockPitayaServer) as protos.PitayaServer value in argument to rpcServer.SetPitayaServer: *"github.com/topfreegames/pitaya/v2/protos/mocks".MockPitayaServer does not implement protos.PitayaServer (missing method mustEmbedUnimplementedPitayaServer)
|
Unit Test:
cluster/nats_rpc_server_test.go#L476
cannot use pitayaSvMock (variable of type *"github.com/topfreegames/pitaya/v2/protos/mocks".MockPitayaServer) as protos.PitayaServer value in argument to rpcServer.SetPitayaServer: *"github.com/topfreegames/pitaya/v2/protos/mocks".MockPitayaServer does not implement protos.PitayaServer (missing method mustEmbedUnimplementedPitayaServer)
|
Unit Test
Process completed with exit code 2.
|