fixed: GetRequestsInFlight return copies lock value #410
tests.yaml
on: pull_request
Dependencies
34s
Unit Test
1m 31s
Nats Test End to End
44s
GRPC Test End to End
55s
Annotations
12 errors and 4 warnings
Nats Test End to End:
session/session.go#L201
cannot use s (variable of type *sessionImpl) as Session value in return statement: *sessionImpl does not implement Session (wrong type for method GetRequestsInFlight)
|
Nats Test End to End:
session/session.go#L427
cannot use s (variable of type *sessionImpl) as Session value in argument to cb: *sessionImpl does not implement Session (wrong type for method GetRequestsInFlight)
|
Nats Test End to End:
session/session.go#L454
cannot use s (variable of type *sessionImpl) as Session value in argument to cb: *sessionImpl does not implement Session (wrong type for method GetRequestsInFlight)
|
Nats Test End to End
Process completed with exit code 2.
|
GRPC Test End to End:
session/session.go#L201
cannot use s (variable of type *sessionImpl) as Session value in return statement: *sessionImpl does not implement Session (wrong type for method GetRequestsInFlight)
|
GRPC Test End to End:
session/session.go#L427
cannot use s (variable of type *sessionImpl) as Session value in argument to cb: *sessionImpl does not implement Session (wrong type for method GetRequestsInFlight)
|
GRPC Test End to End:
session/session.go#L454
cannot use s (variable of type *sessionImpl) as Session value in argument to cb: *sessionImpl does not implement Session (wrong type for method GetRequestsInFlight)
|
GRPC Test End to End
Process completed with exit code 2.
|
Unit Test:
session/session.go#L201
cannot use s (variable of type *sessionImpl) as Session value in return statement: *sessionImpl does not implement Session (wrong type for method GetRequestsInFlight)
|
Unit Test:
session/session.go#L427
cannot use s (variable of type *sessionImpl) as Session value in argument to cb: *sessionImpl does not implement Session (wrong type for method GetRequestsInFlight)
|
Unit Test:
session/session.go#L454
cannot use s (variable of type *sessionImpl) as Session value in argument to cb: *sessionImpl does not implement Session (wrong type for method GetRequestsInFlight)
|
Unit Test
Process completed with exit code 2.
|
Dependencies
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Nats Test End to End
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
GRPC Test End to End
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|