Skip to content

Actor State TTL

Actor State TTL #1161

Triggered via pull request October 12, 2023 14:30
Status Failure
Total duration 8m 21s
Artifacts

itests.yml

on: pull_request
Matrix: run integration tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
run integration tests (6.0): test/Dapr.Actors.Test/TestDaprInteractor.cs#L11
'TestDaprInteractor' does not implement interface member 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)'. 'TestDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' cannot implement 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' because it does not have the matching return type of 'Task<ActorStateResponse<string>>'.
run integration tests (6.0): test/Dapr.Actors.Test/TestDaprInteractor.cs#L11
'TestDaprInteractor' does not implement interface member 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)'. 'TestDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' cannot implement 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' because it does not have the matching return type of 'Task<ActorStateResponse<string>>'.
run integration tests (6.0): test/Dapr.E2E.Test.App/Actors/StateActor.cs#L35
Argument 3: cannot convert from 'int?' to 'System.Threading.CancellationToken'
run integration tests (6.0): test/Dapr.E2E.Test.App/Actors/StateActor.cs#L35
Assignment made to same variable; did you mean to assign something else?
run integration tests (6.0): test/Dapr.E2E.Test.App/Actors/StateActor.cs#L35
Argument 3: cannot convert from 'int?' to 'System.Threading.CancellationToken'
run integration tests (6.0): test/Dapr.E2E.Test.App/Actors/StateActor.cs#L35
Assignment made to same variable; did you mean to assign something else?
run integration tests (6.0): test/Dapr.Actors.Test/TestDaprInteractor.cs#L11
'TestDaprInteractor' does not implement interface member 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)'. 'TestDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' cannot implement 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' because it does not have the matching return type of 'Task<ActorStateResponse<string>>'.
run integration tests (6.0): test/Dapr.Actors.Test/TestDaprInteractor.cs#L11
'TestDaprInteractor' does not implement interface member 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)'. 'TestDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' cannot implement 'IDaprInteractor.GetStateAsync(string, string, string, CancellationToken)' because it does not have the matching return type of 'Task<ActorStateResponse<string>>'.
run integration tests (6.0): test/Dapr.E2E.Test.App/Actors/StateActor.cs#L35
Argument 3: cannot convert from 'int?' to 'System.Threading.CancellationToken'
run integration tests (6.0): test/Dapr.E2E.Test.App/Actors/StateActor.cs#L35
Assignment made to same variable; did you mean to assign something else?
run integration tests (7.0)
The operation was canceled.
run integration tests (6.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
run integration tests (7.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/