[Testing, Tooling] Expose integration app via gRPC/HTTP/WS #5532
Annotations
10 errors and 1 warning
Run golangci-lint:
tests/integration/application/application_transfer_test.go#L13
could not import github.com/pokt-network/poktroll/testutil/integration/suites (-: # github.com/pokt-network/poktroll/testutil/integration/suites
|
Run golangci-lint:
testutil/integration/suites/base.go#L101
cannot use s.GetApp().QueryHelper() (value of type *baseapp.GRPCQueryRouter) as "github.com/cosmos/gogoproto/grpc".ClientConn value in argument to banktypes.NewQueryClient: *baseapp.GRPCQueryRouter does not implement "github.com/cosmos/gogoproto/grpc".ClientConn (missing method Invoke)
|
Run golangci-lint:
testutil/integration/suites/authz.go#L46
cannot use s.app.QueryHelper() (value of type *baseapp.GRPCQueryRouter) as "github.com/cosmos/gogoproto/grpc".ClientConn value in argument to authz.NewQueryClient: *baseapp.GRPCQueryRouter does not implement "github.com/cosmos/gogoproto/grpc".ClientConn (missing method Invoke)) (typecheck)
|
Run golangci-lint:
tests/integration/application/application_transfer_test.go#L45
cannot use new(appTransferTestSuite) (value of type *appTransferTestSuite) as suite.TestingSuite value in argument to suite.Run: *appTransferTestSuite does not implement suite.TestingSuite (missing method SetS) (typecheck)
|
Run golangci-lint:
tests/integration/application/application_transfer_test.go#L50
s.NewApp undefined (type *appTransferTestSuite has no field or method NewApp) (typecheck)
|
Run golangci-lint:
tests/integration/application/application_transfer_test.go#L51
s.GetApp undefined (type *appTransferTestSuite has no field or method GetApp) (typecheck)
|
Run golangci-lint:
tests/integration/application/application_transfer_test.go#L52
s.GetApp undefined (type *appTransferTestSuite has no field or method GetApp) (typecheck)
|
Run golangci-lint:
tests/integration/application/application_transfer_test.go#L55
s.T undefined (type *appTransferTestSuite has no field or method T) (typecheck)
|
Run golangci-lint:
tests/integration/application/application_transfer_test.go#L56
s.T undefined (type *appTransferTestSuite has no field or method T) (typecheck)
|
Run golangci-lint:
tests/integration/application/application_transfer_test.go#L84
s.GetAppQueryClient undefined (type *appTransferTestSuite has no field or method GetAppQueryClient) (typecheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading