Skip to content

Add test for orchestrator termination #349

Add test for orchestrator termination

Add test for orchestrator termination #349

Triggered via pull request January 31, 2025 21:30
Status Failure
Total duration 3m 47s
Artifacts

validate-build-analyzer.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: test/e2e/Tests/Tests/TerminateOrchestratorTests.cs#L38
'Task<DurableHelpers.OrchestrationStatusDetails>' does not contain a definition for 'RuntimeStatus' and no accessible extension method 'RuntimeStatus' accepting a first argument of type 'Task<DurableHelpers.OrchestrationStatusDetails>' could be found (are you missing a using directive or an assembly reference?)
build: test/e2e/Tests/Tests/TerminateOrchestratorTests.cs#L50
'Task<DurableHelpers.OrchestrationStatusDetails>' does not contain a definition for 'RuntimeStatus' and no accessible extension method 'RuntimeStatus' accepting a first argument of type 'Task<DurableHelpers.OrchestrationStatusDetails>' could be found (are you missing a using directive or an assembly reference?)
build: test/e2e/Tests/Tests/HelloCitiesTest.cs#L45
Cannot implicitly convert type 'System.Threading.Tasks.Task<string>' to 'string'
build: test/e2e/Tests/Tests/HelloCitiesTest.cs#L48
'Task<DurableHelpers.OrchestrationStatusDetails>' does not contain a definition for 'RuntimeStatus' and no accessible extension method 'RuntimeStatus' accepting a first argument of type 'Task<DurableHelpers.OrchestrationStatusDetails>' could be found (are you missing a using directive or an assembly reference?)
build: test/e2e/Tests/Tests/HelloCitiesTest.cs#L49
'Task<DurableHelpers.OrchestrationStatusDetails>' does not contain a definition for 'Output' and no accessible extension method 'Output' accepting a first argument of type 'Task<DurableHelpers.OrchestrationStatusDetails>' could be found (are you missing a using directive or an assembly reference?)
build: test/e2e/Tests/Tests/TerminateOrchestratorTests.cs#L38
'Task<DurableHelpers.OrchestrationStatusDetails>' does not contain a definition for 'RuntimeStatus' and no accessible extension method 'RuntimeStatus' accepting a first argument of type 'Task<DurableHelpers.OrchestrationStatusDetails>' could be found (are you missing a using directive or an assembly reference?)
build: test/e2e/Tests/Tests/TerminateOrchestratorTests.cs#L50
'Task<DurableHelpers.OrchestrationStatusDetails>' does not contain a definition for 'RuntimeStatus' and no accessible extension method 'RuntimeStatus' accepting a first argument of type 'Task<DurableHelpers.OrchestrationStatusDetails>' could be found (are you missing a using directive or an assembly reference?)
build: test/e2e/Tests/Tests/HelloCitiesTest.cs#L45
Cannot implicitly convert type 'System.Threading.Tasks.Task<string>' to 'string'
build: test/e2e/Tests/Tests/HelloCitiesTest.cs#L48
'Task<DurableHelpers.OrchestrationStatusDetails>' does not contain a definition for 'RuntimeStatus' and no accessible extension method 'RuntimeStatus' accepting a first argument of type 'Task<DurableHelpers.OrchestrationStatusDetails>' could be found (are you missing a using directive or an assembly reference?)
build: test/e2e/Tests/Tests/HelloCitiesTest.cs#L49
'Task<DurableHelpers.OrchestrationStatusDetails>' does not contain a definition for 'Output' and no accessible extension method 'Output' accepting a first argument of type 'Task<DurableHelpers.OrchestrationStatusDetails>' could be found (are you missing a using directive or an assembly reference?)
build: src/DurableFunctions.TypedInterfaces/example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L107
'IDurableOrchestrationClient.GetStatusAsync(DateTime?, DateTime?, IEnumerable<OrchestrationRuntimeStatus>, CancellationToken)' is obsolete
build: src/DurableFunctions.TypedInterfaces/example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L125
'IDurableOrchestrationClient.GetStatusAsync(OrchestrationStatusQueryCondition, CancellationToken)' is obsolete
build: src/DurableFunctions.TypedInterfaces/example/SimpleOrchestration.cs#L21
DurableClient attribute is applied to a 'ITypedDurableClient' but must be used with either an IDurableClient, IDurableEntityClient, or an IDurableOrchestrationClient.
build: src/DurableFunctions.TypedInterfaces/example/Calculator.cs#L106
OrchestrationTrigger is applied to a 'ITypedDurableOrchestrationContext' but must be used with an IDurableOrchestrationContext instead.
build: src/DurableFunctions.TypedInterfaces/example/SimpleOrchestration.cs#L31
OrchestrationTrigger is applied to a 'ITypedDurableOrchestrationContext' but must be used with an IDurableOrchestrationContext instead.
build: src/DurableFunctions.TypedInterfaces/example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L107
'IDurableOrchestrationClient.GetStatusAsync(DateTime?, DateTime?, IEnumerable<OrchestrationRuntimeStatus>, CancellationToken)' is obsolete
build: src/DurableFunctions.TypedInterfaces/example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L125
'IDurableOrchestrationClient.GetStatusAsync(OrchestrationStatusQueryCondition, CancellationToken)' is obsolete
build: src/DurableFunctions.TypedInterfaces/example/SimpleOrchestration.cs#L21
DurableClient attribute is applied to a 'ITypedDurableClient' but must be used with either an IDurableClient, IDurableEntityClient, or an IDurableOrchestrationClient.