Skip to content

Merge

Merge #322

Triggered via pull request October 9, 2023 08:05
Status Failure
Total duration 4m 49s
Artifacts

tests.yaml

on: pull_request
Dependencies
51s
Dependencies
Unit Test
2m 3s
Unit Test
Nats Test End to End
3m 36s
Nats Test End to End
GRPC Test End to End
3m 14s
GRPC Test End to End
Fit to window
Zoom out
Zoom in

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.